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
- createQuery
- 자바
- 점세개
- @NotEmpty
- gradle
- 10844
- 자료구조
- java
- decorator
- springboot
- BubbleSorting
- junit
- 디자인패턴
- Linux
- Spring
- 백준
- C
- 숫자야구
- mycp
- 10951
- 쉬운 계단 수
- 전치행렬 #C
- 데코레이터패턴
- setParameter
- @Spring
- pscp
- 여러인수
- designpattern
- NamedParameterNotBound
- @ModelAttribute
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로 명령어를 변경하면 강제로 푸쉬할 수 있다.