fatal: unable to access 'xxxxxxxxxxxxx':The requested URL returned error: 403
生活随笔
收集整理的這篇文章主要介紹了
fatal: unable to access 'xxxxxxxxxxxxx':The requested URL returned error: 403
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
完整報(bào)錯(cuò)如下
remote: Permission to appleyuchi/Front_Design.git denied to SomeNews.
fatal: unable to access 'https://github.com/appleyuchi/Front_Design/': The requested URL returned error: 403
?
解決方案如下:
運(yùn)行命令:rm ~/.git-credentials,
刪掉git config --global credential.helper store保存的賬號(hào)和密碼。
?
然后再git push,就會(huì)提醒你每次輸入用戶名和密碼。
總結(jié)
以上是生活随笔為你收集整理的fatal: unable to access 'xxxxxxxxxxxxx':The requested URL returned error: 403的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Flask request接口获取参数
- 下一篇: js回调函数的理解(轉)