1. 程式人生 > >remote: Incorrect username or password ( access token ) fatal: Authentication failed for

remote: Incorrect username or password ( access token ) fatal: Authentication failed for

gitee推送到遠端倉庫時提示錯誤
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'

解決辦法:清除本地的gitee使用者名稱和密碼

git config --system --unset credential.helper

再執行推送,重新輸入使用者名稱和密碼。