🤝GitHub
git push 오류 해결하기 [HEAD]
반응형
git push 하게되면 upstream 관련한 문구가 뜸
fetal: The upstream branch of your current branch does not match the name of your current branch.
To push to the upstream branch on the remote, use
:: 해결 ::
branch가 main인 경우
git push origin HEAD
branch가 master 이면
git push origin HEAD:master
반응형
'🤝GitHub' 카테고리의 다른 글
깃 허브 (GitHub) - commit 취소하기 (0) | 2020.11.14 |
---|---|
깃 허브(GitHub) - 레퍼런스 푸시 실패 오류 (0) | 2020.11.14 |
git bash - CMD 기본 명령어 (0) | 2020.11.13 |
깃 허브에서 원격 레포지토리 폴더/파일 삭제하기 (0) | 2020.11.12 |
Git Hub 깃 허브 - 브런치 이동하기 (0) | 2020.11.11 |
댓글