cirocosta / gitserver-http

git-http-backend with repository initialization
MIT License
21 stars 22 forks source link

Update readme #6

Closed cirocosta closed 6 years ago

cirocosta commented 7 years ago
#correct
git clone http://localhost:8080/myrepo.git    
Cloning into 'myrepo'...
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.

instead of 80 should use 8080

szschaler commented 6 years ago

Yes, I had stumbled over this one, too :-) In particular, your documentation still points to using /initial/ as a prefix for inital repositories when they get placed directly at the root of the URL namespace.

cirocosta commented 6 years ago

Hi Steffen! I just pushed a commit addressing that, I hope now it's good 😁

Thanks for noticing!

Have a good one 👍

szschaler commented 6 years ago

Much better :-) Will this also make its way onto docker-hub?

Many thanks,

Steffen

szschaler commented 6 years ago

Sorry, my bad. Just noticed that the documentation has already been updated there, too.

Has the image also been updated? It seems that tag latest still points to a 5-month old image (see also issue #9)?

cirocosta commented 6 years ago

oh, forgot to do it 😁 just updated there https://hub.docker.com/r/cirocosta/gitserver-http/tags/

szschaler commented 6 years ago

Many thanks. Looks like I cannot close issues, so assume you will do this.

cirocosta commented 6 years ago

np 😁 thaanks!