我使用Git for Windows。我創建了SSH密鑰,並將其添加到我的GitHub設置的密鑰列表中(根據this article)。現在我嘗試使用它,但我得到的錯誤:遠程:無效的用戶名或密碼。致命:驗證失敗
$ git push origin master
Username for 'https://github.com': Andrey-Bushman
Password for 'https://[email protected]':
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Andrey-Bushman/sandbox.git/
我該如何解決它?
您應該使用的用戶名'git'。 – Kenney
你可以寫你的'git remote -v'結果嗎? –