티스토리 뷰

반응형

협업을 위해 github에서 private repo를 만든 후 초대가 되었다.

그후 클론을 하려 했으나 fatal: repository not found' error가 발생했다.

이를 해결하려면 git 주소에 내 아이디를 입력해주어야 repo를 찾을 수 있다

 

git clone https://git계정이름@github.com/cameronmcnz/private-github-repo.gi

@뒤의 부분은 github repo의 주소이다.

 

참고 : https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/Five-ways-to-fix-Gits-fatal-repository-not-found-error

 

Five ways to fix Git's 'fatal: repository not found' error - Coffee Talk: Java, News, Stories and Opinions

There’s nothing worse than joining a new development team and eagerly cloning the existing source code repo only to run head first into Git’s ‘fatal: repository not found’ error. For those who struggle with that problem, here are five potential fix

www.theserverside.com

 

반응형

'Git' 카테고리의 다른 글

한 컴퓨터에서 github 계정 두개 이상 연동하기  (0) 2021.01.13
github ssh 설정  (0) 2020.07.01
git flow  (0) 2019.05.04
git rebase / squash  (0) 2019.05.04
git reset  (0) 2019.05.04
댓글