[에러]fatal: The current branch feat/validation has no upstream branch.

미미제이·2024년 9월 10일

기타

목록 보기
2/3

fatal: The current branch feat/validation has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin 브랜치 이름

원인:원격 저장소에 해당 브랜치 설정 안해줘서.

해결:
git push --set-upstream origin 브랜치 이름

profile
기록하는 미미

0개의 댓글