git clone 과정 중
생긴 오류입니다.
Mac 비공개 계정으로 진행 중인 프로젝트를
다른 window 컴퓨터에서 당겨오려고 git clone 하던 중,
Repository not found 라는 오류가 나왔습니다.
오류 메시지
Repository not found 해결 방법
before
git clone https://github.com/repository username/repository name.git
after
https:// + ['git user 이름':'git 비밀번호']@ + 나머지 주소를 입력하면 됩니다.
git clone https://['git user 이름':'git 비밀번호'@]github.com/repository username/repository name
위 코드로 다시 git clone을 하니, 잘 작동됩니다.
반응형
'개발 > Etc' 카테고리의 다른 글
[vscode] tab키 입력시 emmet 기능 안될 때 해결방법 (8) | 2021.07.25 |
---|---|
[git] error: pathspec 'x' did not match any file(s) known to git (1) | 2021.07.18 |
[git] Another git process seems to be running in this repository 오류 해결 (0) | 2021.06.29 |
[git] netlify로 사이트 배포하기 (ft. 넷리파이 deploy) (2) | 2021.06.15 |
git, github 사용법 (ft. 깃허브, commit, push, pull 버전 관리) (64) | 2021.06.13 |
댓글