Hi, On Mon, 21 Jul 2008, Jonathan Biolaz wrote: > $ git push origin master > > Counting objects: 1709, done. > Compressing objects: 100% (1523/1523), done. > Writing objects: 100% (1709/1709), 1.95 MiB | 3818 KiB/s, done. > Total 1709 (delta 535), reused 0 (delta 0) > *** Project description file hasn't been set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > error: hooks/update exited with error code 1 > error: hook declined to update refs/heads/master Apparently, you have a hook installed on the remote side which checks for a valid description, and refuses even updating refs before you set the description correctly. Hth, Dscho -- 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