src refspec main does not match any #깃허브 연동에러1 src refspec main does not match any 레포지 새로 팠는데 이런 에러가 떴다,,,, 말도안돼ㅐ,,, 해결 방법 (terminal에) git init git add . git commit -m "커밋 시 올릴 메시지 입력" git remote add origin "github 주소" git push -u origin main push 전에 git branch로 현재 브랜치가 main인지 master인지 확인해서 올릴 것! master라면 git push -u origin master 고고 2023. 7. 3. 이전 1 다음