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.
gitlab Add a comment
brayden
asked May 23 2017

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.

Add a comment
jagannatharumugam
asked May 23 2017
edited Oct 05 2018
Post your Answer