Programing/Git
[Git] non-fast-forward 에러
꾸압
2022. 6. 18. 23:40
<원인>
git push 할 때 발생하는 Error.
<해결>
(1) git pull origin master --allow-unrelated-histories
(2) git pull [remote] [branch]
=> git push origin master
<출처> https://blue-boy.tistory.com/199