来源:http://blog.csdn.net/happyteafriends/article/details/11554043
github push错误:
- git push
- error: The requested URL returned error: 403 Forbidden while accessing https://github.com/wangz/future.git/info/refs
OS:CENTOS
解决方案:
vim .git/config
修改
- [remote "origin"]
- url = https://github.com/wangz/example.git
- [remote "origin"]
- url = https://wangz@github.com/wangz/example.git