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

原文地址:https://www.cnblogs.com/wuheng1991/p/9996528.html