amid.jungs

Git error : failed to push some refs to - 본문

etc

Git error : failed to push some refs to -

amid.jungs 2021. 3. 6. 20:39

 

➰git에 commit - push를 하다가 종종 push에서 저렇게 오류가 나는 경우가 있다 

오류 이유 : 파일을 생성한 후 local에서 pull을 안한 상태로 작업을 진행하여 생기는 오류이다.

 

☑️해결방법 :

git push -f origin 입력 후 다시 push하면 정상적으로 된다.

Comments