<원인>
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
'Programing > Git' 카테고리의 다른 글
[Git] 특정 File 업로드 방법 (0) | 2022.06.13 |
---|---|
[GIT] Git 활용 예제 (0) | 2022.05.30 |
[GIT] GitHub 프로젝트 보안 (0) | 2022.05.16 |
[GIT] Git 활용 예제 (0) | 2022.05.15 |
댓글