ฉันพยายามผลักดันโครงการใดโครงการหนึ่งของฉันไปที่ gitub และฉันได้รับข้อผิดพลาดนี้:
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
คำสั่งที่โพสต์นั้นช่วยฉันได้มากกว่าคำตอบ