[Alioth-staff-replacement] Cannot clone repository from alioth-archive.d.o

Pirate Praveen praveen at onenetbeyond.org
Mon Jun 4 15:58:29 BST 2018


On Sunday 03 June 2018 03:11 AM, Michael Stapelberg wrote:
> I tried the following:
> 
> % GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone
> https://alioth-archive.debian.org/git/pkg-freeradius/freeradius.git
> […]
>> GET
> /git/pkg-freeradius/freeradius.git/info/refs?service=git-upload-pack
> HTTP/1.1
> […]
> < HTTP/1.1 404 Not Found
> 
> Am I doing something wrong? Is there another way to access the git repos
> in the archive?

You can clone with --bare option


git clone --bare
https://alioth-archive.debian.org/git/pkg-freeradius/freeradius.git

mkdir tmp; cd tmp
gbp clone --pristine-tar ../freeradius.git

(you may need to use tracking branches for all branches)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/alioth-staff-replacement/attachments/20180604/bb3f5374/attachment.sig>


More information about the Alioth-staff-replacement mailing list