I am trying to instaure a remote depot on a server to which I would access through http url method in git commands.
As it is the first time that I configure a (remote) git depot, I intended to take the simplest method, and had as strategy, first to assess the accessibility of my depot through http requests.
I created a depot under a directory named gitLocation under the root where the files that are accessed through http on windows are usually placed. The http server is IIS of course and the place to put the artefacts who are then browsed through http is C:\inetpub\wwwroot.
So I put my depot in C:\inetpub\wwwroot\gitLocation. name depot.git.
I checked that an index.html file near depot.git could be browsed through
I do all my tests locally at the time being. When it works, then I will try to access my depot from outdoors.
So I should be in a position to acces my depot through commands such as
but it answers continuously : repository "http://..." not found.
How can this problem be solved ?