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://[email protected]/xuzhenguo/authorize.git
然后输入自己的git 用户名
时间: 2024-12-14 18:24:59