투케이2K

114. (TWOK/ERROR) [Bitbucket/Git] 푸시 (push) 에러 - error: failed to push some refs to 본문

투케이2K 에러관리

114. (TWOK/ERROR) [Bitbucket/Git] 푸시 (push) 에러 - error: failed to push some refs to

투케이2K 2022. 10. 22. 21:19
반응형

[환경 설정 및 설명]

프로그램 : Bitbucket / Git

설 명 : 푸시 (push) 에러 - error: failed to push some refs to

 

[에러 원인]

1. push 하기 전에 pull 당겨 받기를 수행하지 않아서 발생하는 이슈

 

[해결 방법]

1. pull 당겨 받은 후 >> push 업로드 수행 실시

 

# [pull 당겨 받기 명령어]

$ git pull origin master



# [push 업로드 명령어]

$ git push origin master

 

반응형
Comments