본문 바로가기

Git

remote: The project you were looking for could not be found

원격: 찾고 있는 프로젝트를 찾을 수 없습니다. 라고 나올 때 

 

 

 

 

깃 클론을 하면 프로젝트를 찾을 수 없다는 에러가 나올때

 

git clone https://gitlab.com/{user_Id}/{repo_name}.git

 

 

 

 

 

{userId}@ 를 앞에 추가 해주자 아래처럼 

 

git clone https://{user_id}@gitlab.com/{user_id}/{repo_name}.git