I create a new project and trying to push on the new repository.
What I did is like this:
git init
git remote add origin https://gitlab.com/test.dev/project1.git
git add .
git commit -m 'Initial commit'
git push origin master
and here's the error:
remote: The project you were looking for could not be found.
fatal: repository 'https://gitlab.com/test.dev/project1.git/' not found
I already try to remove and reapply still doesn't work.