본문 바로가기
기타/Git

[오류] error: src refspec main does not match anyerror: failed to push some refs to

by jungmin.park 2023. 11. 20.

 

git init
git add .
git commit -m "커밋 메세지"
git remote add origin "repository 주소"
git push -u origin main