이것저것/오류 해결
git push 불가 오류 해결
gi2
2022. 9. 26. 17:45
To https://github.com/jwpark1211/jwt-tutorial.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/jwpark1211/jwt-tutorial.git'
* 기존 데이터가 손실될 수 있어 push 명령어가 막힌 것!
git push origin master -> git push origin +master로 명령어를 변경하면 강제로 푸쉬할 수 있다.