Push / pull 사용시 원격 저장소 연결 에러 'origin' does not appear to be a git repository

 

Be famous, and they will give you tremendous applause when you are actually pooping

 

 

 

(에러 과정)

 

1. push 명령어 사용

git push origin master

 

 

 

 

 

2. 에러발생

 

error code

fatal: 'origin' does not appear to be a git repository

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights

and the repository exists.

 

 

 

 

3.원격 저장소에 연결을 못하는 듯 합니다. 원격저장소 확인

git remote -v

 

 

 

 

**해결방법

원격저장소에 연결은 되어있는데….안 될 경우는 다시 등록을 해봅니다.

 

-기존 원격저장소 연결 삭제

Git remote remove xxxx

 

 

-다시 연결

git remote add origin git@github.com:ㅌㅌㅌㅌ/xxxxx.git

 

 

-연결후에 다시 push를 해보시면됩니당

댓글

Designed by JB FACTORY