Skip to content

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

Hi all!

I use VM and Vagrant for my development environment. I installed Ubuntu-16.04 and Docker 18.09.4.

I am not a tech guy. I'm a salesperson and trying to learn to code.

I downloaded Jekyll to create a static web page. I also created a new project on my GitLab instance.

I added a new remote by running git remote add origin git@[domain]:[user]/[project]/.git. It seemed to work.

However, when I tried to push my local repo to GitLab by running git push origin master, I got the following error message:

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.

Has anyone solved this problem?