오늘 블록 만들어 쌓기

[github] error: src refspec master does not match any 본문

Dev

[github] error: src refspec master does not match any

jwstyle 2020. 4. 21. 08:56

github에 push할 때

$ git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/계정/프로젝트.git

에러가 난다면

$ git add .
$ git commit -m "수정내용"

파일을 추가 했는지 확인해 봅니다.