Próbuję wypchnąć jeden z moich projektów do github i wciąż pojawia się ten błąd:
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
Więc spróbowałem i otrzymałem to:
peeplesoft@jane3:~/846156 (master) $ git push --set-upstream origin master
fatal: Authentication failed
Inny wątek przepełnienia stosu sugerował, że wypróbowałem następujące, z rozczarowującymi wynikami.
peeplesoft@jane3:~/846156 (master) $ git push -u origin master
fatal: Authentication failed
Potem spróbowałem:
peeplesoft@jane3:~/846156 (master) $ git config remote.origin.push HEAD
peeplesoft@jane3:~/846156 (master) $ git push
fatal: Authentication failed
Jakieś wskazówki?
git
polecenia opublikowane przez PO, pomogły mi nawet bardziej niż odpowiedzi