내 프로젝트 중 하나를 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
OP가 게시 한 명령을 모두에게 알려주고 싶었 습니다. 답변보다 훨씬 더 도움이되었습니다