GitHub push代碼發生錯誤:fatal: Authentication failed for 'https://github.com/ ...
使用的https送出,在用SourceTree送出代碼時候發生錯誤,傳回的錯誤提示說:
fatal: Authentication failed for 'https://github.com/ ...
如圖所示:
解決方案,重新執行git config指令配置使用者名和郵箱即可:
git config -–global user.name "xxx"
git config –-global user.email "[email protected]"