형상관리/Git

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

jungmin.park 2023. 11. 20. 00:08

 

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