본문 바로가기
JavaSpringBoot/Error

src refspec main does not match any

by notcherry 2023. 7. 3.

 

레포지 새로 팠는데 이런 에러가 떴다,,,, 말도안돼ㅐ,,,

 

 

해결 방법 (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 고고 

 

한 번도 원킬에 커밋 성공한 적 없음,,,