git提交代碼報錯解決方法 Git-remote Incorrect username or password ( access token )

git提交代碼的時候報錯

$ git push origin ionic-001
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/majiahang/ionic-demo.git/'

因爲我提交之前彈出輸入框讓填寫密碼和用戶名,我給忘記了,亂填了一個,於是就報錯了
看了這個文章解決了,寫的很詳細
https://blog.csdn.net/mmyhs/article/details/81589419

注意一點
這裏寫圖片描述

報錯的是哪個地址就應該找哪個地址進行修改!

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