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 |
Tags
- 백준
- android studio
- Android
- For
- string
- 반복문
- flutter
- BufferedWriter
- dart
- for문
- CLASS
- 프로그래머스
- androidstudio
- Java
- 다트
- IF
- error
- App
- BufferedReader
- Scanner
- dataclass
- 안드로이드
- 코틀린
- Return
- 코딩테스트
- 별찍기
- array
- Kotlin
- 앱개발
- While
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