repo
반응형
-
Git private repo 개인 저장소 clone 받기GIT/GITHUB 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/CommandLineTool..