#3516 cgit clone URLs are wrong
Closed: Fixed Opened by grover.

see http://fedorapeople.org/cgit/grover/public_git/lvm2.git/

try to clone using the URLs at the bottom, such as:

git://fedorapeople.org/home/fedora//grover/public_git/lvm2.git

it doesn't work. It should be:

git://fedorapeople.org/~grover/public_git/lvm2.git


Works here... what do you see not working?

{{{
% git clone git://fedorapeople.org/home/fedora/grover/public_git/lvm2.git
Cloning into 'lvm2'...
remote: Counting objects: 51636, done.
remote: Compressing objects: 100% (10678/10678), done.
remote: Total 51636 (delta 40421), reused 51525 (delta 40317)
Receiving objects: 100% (51636/51636), 7.52 MiB | 886 KiB/s, done.
Resolving deltas: 100% (40421/40421), done.
}}

We did nuke the extra / in there... does it work for you now without that?

works for me now too. I guess the extra / was to blame. thanks.

Metadata