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