Używam Git dla Windows. Stworzyłem klucz SSH i dodałem go do listy kluczy moich ustawień GitHub zgodnie z this article. Teraz próbuję go użyć, ale pojawia się błąd:remote: Niepoprawna nazwa użytkownika lub hasło. fatal: Uwierzytelnianie nie powiodło się dla
$ 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/
Jak mogę to naprawić?
Należy użyć nazwy użytkownika 'git'. – Kenney
możesz napisać swój wynik 'git remote -v'? –