일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 다트 언어
- 도커
- c# winform
- jupyter lab
- Data Structure
- 구조체
- C언어 포인터
- c# 윈폼
- c# 추상 클래스
- HTML
- jupyter
- C++
- C# delegate
- Flutter
- c언어
- c#
- 깃
- Algorithm
- 유니티
- Unity
- docker
- dart 언어
- 플러터
- gitlab
- git
- Python
- 포인터
- vim
- Houdini
- github
Archives
- Today
- Total
목록git push error (1)
nomad-programmer
[Programming/Errors] Git Push rejected
Git Push rejected: Push to origin/master was rejected jetbrains 에디터에서 git을 사용하다보면 git push rejected 라는 에러로 push가 되지 않을 때가 있다. 이것은 원격 저장소에 커밋 변화가 생겼는데 그 저장소에 push를 하려고 하다보니 이렇게 된 것이다. 그래서 pull로 컷밋 을 가져오려고하면 이 또한 에러나 발생하여 명령 실행이 안된다. 해결 방법: 1. 현 프로젝트의 최상위 디렉토리로 간다. 2. 마우스 우측 클릭을 하여 'Git Bash here' 메뉴를 클릭한다. 3. 아래의 명령을 실행한다. git pull origin master --allow-unrelated-histories 4. edit 메시지 작성 5. 다시 Je..
Programming/Errors
2020. 6. 23. 22:51