본문 바로가기

형상관리/Git

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

 

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