On Sun, Apr 06, 2008 at 02:45:22PM +0100, seventh guardian wrote: > $ git-clone ssh://<host>/<path> > Initialized empty Git repository in <path>/.git/ > Password: > remote: Counting objects: 132468, done. > remote: Compressing objects: 100% (25543/25543), done. > remote: Total 132468 (delta 107355), reused 130574 (delta 105466) > Receiving objects: 100% (132468/132468), 42.12 MiB | 4161 KiB/s, done. > Resolving deltas: 100% (107355/107355), done. > error: Trying to write ref REMOTE_HEAD with nonexistant object > f7a51afd56964cb0f10178353315d2680832ea54 > fatal: Cannot update the ref 'REMOTE_HEAD'. > Warning: Remote HEAD refers to nonexistent ref, unable to checkout. It sounds like your remote repository has a bogus HEAD that points to a non-existent object. Can you ssh to <host> and confirm that you can do a "git show HEAD" in the remote repo? -Peff -- 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