일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 행운퀴즈정답
- 캐웤
- 돈버는퀴즈
- 비트코인
- 이벤트
- 캐시슬라이드
- 안드로이드
- 오퀴즈정답
- TOSS
- 오늘의퀴즈
- 초성퀴즈
- 정답
- 행운퀴즈
- 초성퀴즈정답
- 토스정답
- 토스
- java
- 추천인
- 행퀴
- 캐슬
- 자바
- 톹
- 리브메이트
- ㄹㅂㅁㅇㅌ
- 퀴즈
- Android
- 캐시워크정답
- 캐시워크
- spring게시판
- 오퀴즈
- Today
- 252,060
- Total
- 18,363,256
Gomdori
error: src refspec master does not match anyerror: failed to push some refs to 'https://IPAddress:port.git' 본문
error: src refspec master does not match anyerror: failed to push some refs to 'https://IPAddress:port.git'
Ghomdori 2020. 2. 14. 11:43error: src refspec master does not match anyerror: failed to push some refs to 'https://IPAddress:port.git'
해결방법
git init
git add .
git commit -m "commit message"
git remote add origin "https://ip address:port/name.git"
git push -u origin master
'코딩(Coding)' 카테고리의 다른 글
[Vue.js] v-for문 사용시 발생하는 에러 Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key (0) | 2020.02.18 |
---|---|
[Synology] Command line 명령어(+Postgresql) (0) | 2020.02.18 |
[mongodb] Date Timezone(KST 또는 Asia/Seoul) 설정하기. (0) | 2020.02.06 |
(git) Pull 명령 후 non-fast-forward 문제 한방에 해결! (0) | 2020.02.06 |
[Node js/MongoDB/crypto] 몽고디비 양방향 암호화 (cipher) (0) | 2020.02.06 |