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 |
Tags
- @ModelAttribute
- gradle
- 백준
- java
- 데코레이터패턴
- mycp
- 자료구조
- pscp
- 쉬운 계단 수
- decorator
- C
- springboot
- @NotEmpty
- BubbleSorting
- @Spring
- setParameter
- designpattern
- 전치행렬 #C
- NamedParameterNotBound
- 디자인패턴
- 점세개
- 여러인수
- junit
- Spring
- Linux
- createQuery
- 숫자야구
- 10951
- 10844
- 자바
Archives
- Today
- Total
...
git push 불가 오류 해결 본문
To https://github.com/jwpark1211/jwt-tutorial.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/jwpark1211/jwt-tutorial.git'
* 기존 데이터가 손실될 수 있어 push 명령어가 막힌 것!
git push origin master -> git push origin +master로 명령어를 변경하면 강제로 푸쉬할 수 있다.
'이것저것 > 오류 해결' 카테고리의 다른 글
Comments