본문 바로가기
오류노트

error : src refspec master does not match any

by 덩라 2023. 10. 12.

git 에 repository 를 새로 만들고, git remote add 까지 완료한 상태에서 소스를 push 하려고 하니 아래와 같은 에러가 발생했다.

git push --set-upstream upstream master 명령 오류

아래와 같이 remote 추가도 잘 되어있었다.

upstream remote 정보 확인

 

원인 : git push 전에 add/commit 을 안해서 그랬던것...

add/commit 후에 다시 시도해 보았다.

 

github 에 repository 가 잘 생성되어 있었다.

댓글