0

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

I got an error at morning. Cant able to solve that issue. The following is the error.

  $ git remote set-url origin ssh://(Gitlab project Location)
  $ git remote -v
     (Can able to view the Project details here.)
  $ git pull origin master
 GitLab: The project you were looking for could not be found.
 fatal: Could not read from remote repository.
 Please make sure you have the correct access rights
 and the repository exists.

brayden
asked May 23, 2017
1 Answer
0

Please check the project shown in git remote -v is as same as git remote set-url ......

Because i too faced the same issue with different projects.

I am working with test2 project but i have added another project called test1 in git remote -v so i got that error.

View More
jagannatharumugam
answered May 23, 2017
Your Answer
||||
x
 
100:0

Related News in GitLab: The project you were looking for could not be found

Related News in GitLab: The project you were looking for could not be found