Projelerimden birini github'a aktarmaya çalışıyorum ve bu hatayı almaya devam ediyorum:
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
Bu yüzden denedim ve anladım:
peeplesoft@jane3:~/846156 (master) $ git push --set-upstream origin master
fatal: Authentication failed
Başka bir stackoverflow iş parçacığı, hayal kırıklığı yaratan sonuçları ile aşağıdakileri denemek önerdi.
peeplesoft@jane3:~/846156 (master) $ git push -u origin master
fatal: Authentication failed
Sonra bunu denedim:
peeplesoft@jane3:~/846156 (master) $ git config remote.origin.push HEAD
peeplesoft@jane3:~/846156 (master) $ git push
fatal: Authentication failed
İpucu var mı?
git
OP'nin verdiği komutları bilmesine izin vermek istedim, cevaplardan bile daha fazla