Tôi đang cố gắng đẩy một trong những dự án của mình lên github và tôi tiếp tục gặp lỗi này:
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
Vì vậy, tôi đã thử nó và nhận được điều này:
peeplesoft@jane3:~/846156 (master) $ git push --set-upstream origin master
fatal: Authentication failed
Một luồng stackoverflow khác đề nghị tôi thử các cách sau, với kết quả đáng thất vọng.
peeplesoft@jane3:~/846156 (master) $ git push -u origin master
fatal: Authentication failed
Sau đó, tôi đã thử điều này:
peeplesoft@jane3:~/846156 (master) $ git config remote.origin.push HEAD
peeplesoft@jane3:~/846156 (master) $ git push
fatal: Authentication failed
Có gợi ý nào không?
git
lệnh mà OP đã đăng đã giúp tôi, thậm chí còn hơn cả câu trả lời