
[github 오류 해결]
에러 메시지 : fatal: 정방향이 불가능하므로, 중지합니다.
해결 :
git pull --rebase
똑같은 에러 더 안뜨게 하는 법 : global의 fast-forward only 옵션을 꺼두면 됨.
git config --unset pull.ff 또는
git config --unset --global pull.ff
'github' 카테고리의 다른 글
[MAC / github] Support for password authentication was removed on ... 오류 해결 (0) | 2022.12.01 |
---|---|
[github] terminal로 레포지토리 생성 및 push 방법 (0) | 2022.11.02 |