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