On Wed, Jan 13, 2010 at 11:03:43PM +0100, Tilo Schwarz wrote: > > Yesterday I tried to fetch bug fixes from one remote machine to the main > development machine being on branch 'test' using > > git fetch remote/test > > I got something like > > fatal: oops 'SHA1' > Fetch failed > > Any ideas what happened here? My guess is that the remote repository is corrupted, and the specified SHA1 object was not found or it was corrupted. Try to run: git fsck --full in the remote repository. Dmitry -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html