Я намагаюся підштовхнути один із своїх проектів до github, і я продовжую отримувати цю помилку:
peeplesoft@jane3:~/846156 (master) $ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
Тому я спробував це і отримав таке:
peeplesoft@jane3:~/846156 (master) $ git push --set-upstream origin master
fatal: Authentication failed
Ще одна нитка stackoverflow запропонувала спробувати наступне, з невтішними результатами.
peeplesoft@jane3:~/846156 (master) $ git push -u origin master
fatal: Authentication failed
Потім я спробував це:
peeplesoft@jane3:~/846156 (master) $ git config remote.origin.push HEAD
peeplesoft@jane3:~/846156 (master) $ git push
fatal: Authentication failed
Якісь підказки?
git
команди, які ОП опублікував, допомогли мені навіть більше, ніж відповіді