GIT/GITHUB

Git private repo 개인 저장소 clone 받기

쫄보삽질러 2021. 4. 22. 21:17

 

Github에서 개인 레포지토리를 만들고,

해당 repo를 clone 받으려면 아래와 같은 오류 메세지가 나옵니다:

remote: Repository not found.
fatal: repository 'https://github.com/~~~.git/' not found

 

 

해결방법은 github username을 github 앞에 추가해주면 됩니다.

git clone https://username@github.com/~~~.git

 

 

xcrun:error install

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
$ xcode-select --install

 

- 이상 저의 삽질일기를 마칩니다:)

 

 


여기저기 삽질도 해보고

날려도 먹으면서

배우는 게

결국 남는거다

- Z.Sabziller


 

 

'쫄보의삽질' 블로그 탄생스토리가 궁금하다면:

 

Git push 취소 방법 (feat. '쫄보의삽질' 블로그 탄생 배경)

아래는 저의 생생한 경험담을 바탕으로 작성한 것 입니다. Github 관리 폴더의 이름을 실수로 변경하고 삭제해버렸다. 작업 후 commit 하려고 아무리 찾아봐도 폴더가 보이지 않았다. 나의 피땀눈물

ninano1109.tistory.com

 

 

반응형