[Git] 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. 에러 해결

기존 원격 저장소 연결 해체

git remote remove origin

새로 원격 저장소 연결 추가

git remote add origin [주소].git

확인

git remote -v

답글 남기기

이메일 주소는 공개되지 않습니다.