2

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

Chris Martin
  • 30,334
  • 10
  • 78
  • 137
Rajasekhar
  • 21
  • 3

2 Answers2

1

try this instead:

or

most of the time there is a problem with authentication.

bastelflp
  • 9,362
  • 7
  • 32
  • 67
morteza kavakebi
  • 1,640
  • 3
  • 18
  • 39
0

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.

bastelflp
  • 9,362
  • 7
  • 32
  • 67