pull 혹은 push 를 하는 도중에 원격 저장소 에러가 떴다! *** 에러 과정 *** 1) pull 명령어를 사용 git pull master 2) 에러발생 메시지 git pull master fatal: 'master' 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 를 통한 원격 저장소를 확인! june git@github.com:--------.git (fetch) june git@github.com:--------.git..
git] 원격 저장소 연결 에러 'origin' does not appear to be a git repository
pull 혹은 push 를 하는 도중에 원격 저장소 에러가 떴다! *** 에러 과정 *** 1) pull 명령어를 사용 git pull master 2) 에러발생 메시지 git pull master fatal: 'master' 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 를 통한 원격 저장소를 확인! june git@github.com:--------.git (fetch) june git@github.com:--------.git..
2020.01.22