• 이 글은 Github blog를 관리 및 운영하는데 필자가 겪은 에러, 어려움 등을 해결하는 과정을 기록할 목적으로 만들어졌습니다.

개요

  • git push를 하는 과정에서 발생한 error fatal: The current branch main has no upstream branch. 를 해결하는 과정을 설명

error fatal: The current branch main has no upstream branch.

  • git push를 하는 과정에서 다음과 같이 오류가 생김

    png

    • 이 에러는 원격 저장소 이름을 언급하지 않아서 생긴다.
  • git remote -v 로 원격 저장소 이름을 찾은 뒤 원격 저장소를 git push origin main 로 명시해주면 된다.

Comment and share

  • page 1 of 1
Author's picture

Winters

개발자를 꿈꾸는 어른이


개발자(예비)


대한민국/서울