일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 캐시워크정답
- 캐시슬라이드
- 토스정답
- 캐시워크
- 토스
- 안드로이드
- 비트코인
- 자바
- ㄹㅂㅁㅇㅌ
- java
- 초성퀴즈정답
- 캐웤
- 캐슬
- TOSS
- 행퀴
- 정답
- 오퀴즈정답
- 퀴즈
- 오퀴즈
- 행운퀴즈
- 추천인
- 행운퀴즈정답
- 오늘의퀴즈
- 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 |