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
- 별찍기
- For
- 앱개발
- 백준
- App
- error
- string
- 코틀린
- 프로그래머스
- BufferedReader
- BufferedWriter
- 다트
- dataclass
- Java
- dart
- Android
- While
- CLASS
- Return
- 코딩테스트
- 안드로이드
- array
- android studio
- IF
- for문
- 반복문
- Scanner
- androidstudio
- Kotlin
- flutter
Archives
- Today
- Total
amid.jungs
Git error : failed to push some refs to - 본문
➰git에 commit - push를 하다가 종종 push에서 저렇게 오류가 나는 경우가 있다
오류 이유 : 파일을 생성한 후 local에서 pull을 안한 상태로 작업을 진행하여 생기는 오류이다.
☑️해결방법 :
git push -f origin 입력 후 다시 push하면 정상적으로 된다.
'etc' 카테고리의 다른 글
[Network]RESTful API (0) | 2022.03.03 |
---|---|
Git Token 인증 (로그인) 오류 : Support for password authentication was removed on (0) | 2022.01.23 |
Git error : incorrect credentials insufficient scopes granted to token (1) | 2021.11.10 |
Comments