투케이2K

116. (TWOK/ERROR) [Bitbucket/Git] 푸시 (push) 에러 - [rejected] master -> master (non-fast-forward) 본문

투케이2K 에러관리

116. (TWOK/ERROR) [Bitbucket/Git] 푸시 (push) 에러 - [rejected] master -> master (non-fast-forward)

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

[환경 설정 및 설명]

프로그램 : Bitbucket / Git

설 명 : 풀 (pull) 에러 - fatal: Not possible to fast-forward, aborting

 

[에러 원인]

1. gitignore , README 파일로 인해 push 업로드 시 발생하는 이슈

 

[해결 방법]

1. 브랜치 이름 앞에 + 기호 추가해서 push 수행 실시

 

# [push 수행 명령어]

$ git push origin +master

 


 

반응형
Comments