2020年4月20日 星期一

Git 重設驗證密碼 Reset credential



當我工作站的密碼變更後
When workstation password changed

// 因驗證操作錯誤
// access denied
$ git pull
remote: HTTP Basic: Access denied;
fatal: Authentication failed for 'https://my-project.com:34567/project/project.git/'

// 重新設定驗證
// reset credential
$ git config --system --unset credential.helper

沒有留言:

張貼留言