guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Server does not allow request for unadvertised object"


From: Danny Milosavljevic
Subject: Re: "Server does not allow request for unadvertised object"
Date: Wed, 4 Sep 2019 16:19:41 +0200

It means that the server only allows you to clone branches and tags, not 
individual
commits which are not on a branch or tag. (more specifically, it only allows you
to fetch what it has told you in the beginning exists)

If that happens, one can just clone the latest branch or tag without depth
restriction (which means it will clone the ENTIRE repository) and then git
checkout the commit you want.  That's a major reason why I put a fallback
in our git-download module.

I don't know what the benefit of the restriction is, though.

Attachment: pgpC4g3Q0vfiA.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]