github push錯誤
fatal: unable to access 'https://github.com/xuzhenguo/authorize.git/': The requested URL returned error: 403
解決方法:
vim .git/config
修改前
[remote "origin"]
url = https://github.com/xuzhenguo/authorize.git
修改為:
[remote "origin"]
url = https://xuzhenguo@github.com/xuzhenguo/authorize.git
然后輸入自己的git 用戶名
