git push ~ 명령어를 실행했을 때 위와 같은 에러가 발생!
내 컴퓨터(local)에는 존재하지 않는 파일이 원격저장소(github)에 존재할 때 push를 진행하면 발생한다.
>> github에서 내컴퓨터로 pull명령어를 실행한 후 다시 push를 진행해보면 해결 가능!
git pull origin master
git push origin master
'Project > Intro' 카테고리의 다른 글
인텔리제이 단축키 모음 (0) | 2023.11.29 |
---|---|
[Git] Eclipse에서 GitLab 프로젝트 내려받기 (0) | 2023.03.31 |
[PL/SQL Developer] 설정 정보 확인 (0) | 2023.02.03 |
[Error] NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open (0) | 2022.08.23 |
리액트 설치와 개발환경 셋팅 (nodejs, visual studio code) (0) | 2021.09.14 |