-
Git private repo 개인 저장소 clone 받기GIT/GITHUB 2021. 4. 22. 21:17728x90
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 > GITHUB' 카테고리의 다른 글
[Github] Git commit 깃 커밋 날짜 수정&변경하기 (0) 2021.05.29 Git push 취소 방법 (feat. '쫄보의삽질' 블로그 탄생 배경) (8) 2020.05.05 Git add, commit, push 방법 (4) 2020.05.05