git push到gee或者github上報錯

windows上git push的時候報錯:

 git push
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/.....

主要是你可能之前登錄push過,後來修改過密碼,導致window記住的憑證 與 你現在的密碼不匹配,

解決方法:

1、控制面板,搜索憑據管理器

2、刪除你要push的網站的憑證:

3、重新push 、輸入現在用戶名 密碼即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章