git解决 remote: Permission to wuheng1991/site-manager.git denied to XXX
1.问题

2.解决
生成一个新的SSH KEY
ssh-keygen -t rsa –C “youremail@example.com”
命令:


3.修改 .git/config中的url

4.git pull origin master
5.git push origin master
起点在哪,或许选择不了。重要的是,你追求的终点在哪!
1.问题

2.解决
生成一个新的SSH KEY
ssh-keygen -t rsa –C “youremail@example.com”
命令:


3.修改 .git/config中的url

4.git pull origin master
5.git push origin master