Re: Git push error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, May 18, 2008 at 08:30:36AM +0100, Marcus wrote:
> Can anybody tell me what the following error means?
> 
> -----------------
> sh-3.00# git push ssh://me@xxxxxxxxxxxxxx/gitroot/project/projectmain.git master
> Password:
> fatal: exec pack-objects failed.
> Broken pipe
> -------------------
> 

You don't have git (especially git-pack-objects) in your path on the
remote end. Try

	ssh me@xxxxxxxxxxxxxx git --version

to see if your $PATH isn't setup correctly on ssh logins.

-Peter
--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux