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
- VirtualBox
- IntelliJ
- Mac
- Windows
- vscode
- Windows 10
- ssh
- grep
- xargs
- import
- JavaScript
- GIT
- web.xml
- resource
- bash
- profile
- 줄바꿈 문자
- plugin
- Quartz
- Source
- port
- 단축키
- Eclipse
- maVen
- tomcat
- find
- context
- lsof
- netsh
- 네트워크
Archives
- Today
- Total
develog
[git] fatal: Not a valid object name: 'master'. 본문
에러: 브랜치 생성 시도시 에러가 발생
$ git branch test1
fatal: Not a valid object name: 'master'.
원인: 커밋을 한번도 안해서
해결: 커밋을 먼저 진행하고 다시 시도한다
$ git commit -m 'initial commit'
'Dev > git' 카테고리의 다른 글
[windows] docker 로 gitlab 설치 (0) | 2021.05.13 |
---|---|
[mac] docker 로 gitlab 설치 (0) | 2021.05.12 |
[git] merge vs rebase (0) | 2021.03.31 |
[git] git branching model (0) | 2021.03.31 |
[git] .gitignore (0) | 2021.03.18 |
Comments