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
- click and drag
- react
- React.js
- utilty type
- javascript
- vue.js
- 리액트
- 레이아웃쪼개기
- 제네릭
- 반복줄이기
- NonNullable
- React Native
- 타입스크립트
- JS console
- typescript
- returnType
- 공통컴포넌트
- CSS
- const 단언문
- reactjs
- 개발콘텐츠
- Chart.js
- 타입좁히기
- 누구나 자료구조와 알고리즘
- 성능최적화
- TSDoc
- 폰트적용하기
- 2022
- 티스토리꾸미기
- 커스텀
Archives
- Today
- Total
몽땅뚝딱 개발자
[GIT] error: failed to push some refs to '*' 에러해결 본문
에러
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/hvsundev/vue-popup.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
해결
branch 이름 앞에 +를 붙여준다.
git push origin master ▶ git push origin +master
개인적으로 공부한 내용을 정리하는 블로그로
잘못된 개념을 게시하지않도록 주의하고 있으나 오류가 있을 수 있습니다.
'에러일지 > GIT' 카테고리의 다른 글
[GIT] 추적하지 않는 파일 (0) | 2021.12.28 |
---|---|
[GIT] fatal: unable to access '*': Could not resolve host: github.com (0) | 2021.06.13 |
Comments