Dev.
[Git] src refspec main does not match any 해결법
인쥭
2024. 5. 24. 21:25
반응형
새로운 깃 리포지토리를 만들고, 로컬에서 세팅한 프로젝트를 push하려는데 아래와 같은 에러가 발생했다.
[toy-project] git remote add origin git@[깃_저장소].git
[toy-project] git ps -u origin main
error: src refspec main does not match any
error: 레퍼런스를 '[깃_저장소].git'에 푸시하는데 실패했습니다
[toy-project] # 왜 안돼지
답은 멍청하게도 아무 커밋이 없었기 때문...! init 커밋 하나 남겨준 후에 푸시하자.