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

Summary

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

fatal: repository 'https://gitlab.com/some-group/project.git/' not found

I cant push to my private group project.

Steps to reproduce

  1. Create a group
  2. Create a project in that group
  3. git remote add origin https://gitlab.com/some-group/project.git
  4. git add .
  5. git commit -m "some message"
  6. git push origin master

What is the current bug behavior?

Console Returns:

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

fatal: repository 'https://gitlab.com/some-group/project.git/' not found

What is the expected correct behavior?

Proceed to push to master