➰ Library/GIT

fatal: couldn't find remote ref master. 에러 해결하기!

 사과개발자 2021. 6. 30. 11:31

commit을 유지하면서 git repository를 합치던 중 아래와 같은 오류를 만났다면!

 

그 원인은 서브 repo의 브랜치 이름을 잘못 입력했기 때문입니다.

따라서 아래의 방법과 같이 현재 브랜치의 이름을 확인한 다음

마지막 master 이라고 적었던 부분에 정확한 브랜치 이름을 적으면 해결!!!

 

 

+ commit 을 유지하면서 git repo를 합치는 방법이 궁금하시다면~ 아래의 링크를 눌러주세요 

https://dailylifeofdeveloper.tistory.com/193

+ Working tree has modifications.  Cannot add. 에러가 났다면~ 아래의 링크를 눌러주세요 

https://dailylifeofdeveloper.tistory.com/213

 

 

반응형