[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. 에러 해결 By leegiseong2021년 10월 7일2021년 10월 7일Git 기존 원격 저장소 연결 해체 git remote remove origin 새로 원격 저장소 연결 추가 git remote add origin [주소].git 확인 git remote -v