Rajasekhar
Rajasekhar

Reputation: 21

GitLab: Not able to clone repository from GitLab Server via http and ssh

I am running GitLab Community Edition. I created a one new project in Gitlab. When I try to clone via http it says:

remote: Not found fatal: repository 'http://myhost/test/sample.git' not found

Upvotes: 2

Views: 1884

Answers (2)

morteza kavakebi
morteza kavakebi

Reputation: 1680

try this instead:

or

most of the time there is a problem with authentication.

Upvotes: 1

bastelflp
bastelflp

Reputation: 10086

Is that url valid? It probably should have https rather than http.

Go to the web interface of your GitLab server and copy the HTTPS or SSH url from there.

Upvotes: 0

Related Questions