Is it possible to create a new Git repository without creating it first on http://gitlab.com? My intention is to init a local repository, do some work, add files to the index, commit and finally push it to the server without creating the new repository manually on gitlab.
Repository creation failed with an error message: GitLab: The project you were looking for could not be found. fatal: Could not read from remote repository.
when I finally do
git push origin --all