I am running GitLab Community Edition. I created a one new project in Gitlab. When I try to clone via http it says:
http
remote: Not found fatal: repository 'http://myhost/test/sample.git' not found
Is that url valid? It probably should have https rather than http.
https
Go to the web interface of your GitLab server and copy the HTTPS or SSH url from there.
HTTPS
SSH
try this instead:
or
most of the time there is a problem with authentication.
Copyright © 2021 Jogjafile Inc.
Is that url valid? It probably should have
https
rather thanhttp
.Go to the web interface of your GitLab server and copy the
HTTPS
orSSH
url from there.