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@helios:~/Source/U-Boot/x86$ git tag -d 2009.01-rc2 error: tag '2009.01-rc2' not found. graeme@helios:~/Source/U-Boot/x86$ git push ssh://gu-...@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-...@git.denx.de/u-boot-x86/master' Expected? Regards, Graeme _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot