Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Mac
- 네트워크
- Source
- Eclipse
- maVen
- web.xml
- lsof
- grep
- tomcat
- bash
- Windows
- vscode
- IntelliJ
- GIT
- port
- JavaScript
- Quartz
- xargs
- netsh
- find
- 단축키
- resource
- ssh
- VirtualBox
- 줄바꿈 문자
- plugin
- context
- Windows 10
- import
- profile
Archives
- Today
- Total
develog
[git] fatal: refusing to merge unrelated histories 본문
git pull 실행시 아래 오류가 발생하는 경우
$ git pull
fatal: refusing to merge unrelated histories
아래 명령으로 다시 실행
$ git pull origin 브랜치명 --allow-unrelated-histories
'Dev > git' 카테고리의 다른 글
[git] stash (0) | 2021.06.30 |
---|---|
[git] log (0) | 2021.06.30 |
[windows] docker 로 gitlab 설치 (0) | 2021.05.13 |
[mac] docker 로 gitlab 설치 (0) | 2021.05.12 |
[git] fatal: Not a valid object name: 'master'. (0) | 2021.03.31 |
Comments