[U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo)

Graeme Russ graeme.russ at gmail.com
Tue Nov 29 10:55:36 CET 2011


On 29/11/11 10:02, Mike Frysinger wrote:
> On Monday 28 November 2011 17:31:19 Graeme Russ wrote:
>> error: refs/tags/2009.01-rc2 does not point to a valid object!
> 
> this tag seems to have bled into some people's repos ... i'd suggest you punt 
> it locally:
> 	git tag -d 2009.01-rc2
> and then punt it remotely:
> 	git push <remote_uri> :2009.01-rc2
> 

graeme at helios:~/Source/U-Boot/x86$ git tag -d 2009.01-rc2
error: tag '2009.01-rc2' not found.
graeme at helios:~/Source/U-Boot/x86$ git push
ssh://gu-x86@git.denx.de/u-boot-x86/master :2009.01-rc2
error: refs/tags/2009.01-rc2 does not point to a valid object!
error: unable to push to unqualified destination: 2009.01-rc2
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'ssh://gu-x86@git.denx.de/u-boot-x86/master'

Expected?

Regards,

Graeme


More information about the U-Boot mailing list