github 오류 해결 방법: failed to push some refs

1775 단어
잘못
error: failed to push some refs to 'https://github.com/whitclass/scrapy-spider.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

해결:
1. git를 사용하여 원본 코드를 gitHub로 푸시하는 중 오류가 발생할 수 있음
2. 오류가 발생한 주요 원인은github의 README입니다.md 파일이 로컬 코드 디렉터리에 없습니다.
3. 다음 명령을 통해 코드 통합을 진행할 수 있습니다 [주:pull=fetch+merge]
git pull --rebase origin master

4. 위의 코드를 실행하면 로컬 코드 라이브러리에 README가 많이 있는 것을 볼 수 있습니다.md 파일
5. 이때 문장gitpush를 실행하면 코드를github에 업로드할 수 있습니다
 
 
참고https://blog.csdn.net/orchidofocean/article/details/76599656
다음으로 전송:https://www.cnblogs.com/sineik/p/9219007.html

좋은 웹페이지 즐겨찾기