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를 해보시면됩니당
'프로그래밍 > git hub' 카테고리의 다른 글
git 시작 1편 - 용어 정리 (0) | 2021.11.18 |
---|---|
error Updates were rejected because the tip of your current branch is behind 깃허브에 push가 안되는 이유(with.소스트리) (0) | 2019.07.05 |
안드로이드 스튜디오 깃허브 사용방법 (연결/ssh키 생성/인증) (0) | 2019.06.10 |
소스트리 깃허브 사용방법 (연결/ssh키 생성/인증) (0) | 2019.06.06 |
You don't have any remotes which have extended integration settings configured 소스트리 원격저장소 에러 (0) | 2019.05.27 |