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

The project you were looking for could not be found issue
I have a project on gitlab, but I can not checkout or do anything with path, after research I found solution below:
I solved in my networks prefixing my gitlab username to the gitlab.com url, so like this:
before:
https://gitlab.com/{gitlab_user}/project_repo.git
after:
https://{gitlab_user}@gitlab.com/gitlab_user/project_repo.git
Thanks for reading, please feel free to comment with this post.