코스모스 공작소

git오류 본문

프로그래밍/git

git오류

cosmos_studio_ 2017. 4. 3. 17:12
반응형

refusing to merge unrelated histories

repository에서 README파일을 다시 생성하여 올렸기 때문

--allow-unrelated-histories
를 git pull origin master에 붙혀


다시 pull실행


반응형

'프로그래밍 > git' 카테고리의 다른 글

[git] 소스트리 다운받기  (0) 2023.10.15
[git] git 설치하기  (0) 2023.10.14
[git] Git gui 터미널로 사용하기 lazygit  (0) 2023.07.02
git 명령어 정리  (0) 2017.04.07
git오류_2  (0) 2017.04.03
Comments