1. 程式人生 > >git push的錯誤提示fatal: Authentication failed for 'http://.......ti.git/'

git push的錯誤提示fatal: Authentication failed for 'http://.......ti.git/'

$ git push origin master

remote: invalid token

fatal: Authentication failed for 'http://.......ti.git/'
 

如果出現上面的提示,肯定是因為, 在'http://.......ti.git/'中輸入的使用者名稱字和密碼跟你windows 中儲存的使用者名稱字和密碼不一致才導致的。

刪除掉重新來push 就好啦