Maintainer for git?

Charles Wilson cygwin@cwilson.fastmail.fm
Tue Jan 28 17:00:00 GMT 2014


On 1/23/2014 6:01 PM, Balaji Venkataraman wrote:

> Rebase didn't help. Still broken, IMO. I'm going back to 1.7.9 or will
> rebuild w/ cygcrypto-0.9.8 as the OP had suggested.
>
> x86$ git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
> Cloning into 'ffmpeg'...
> remote: Reusing existing pack: 345748, done.
> remote: Counting objects: 613, done.
> remote: Compressing objects: 100% (325/325), done.
> remote: Total 346361 (delta 386), reused 484 (delta 288)
> Receiving objects: 100% (346361/346361), 102.25 MiB | 2.93 MiB/s, done.
> Resolving deltas: 100% (270961/270961), done.
> fatal: object of unexpected type
> fatal: index-pack failed
>

I've found that I need to do the following:

PATH=/usr/bin git ....

or I get odd failures.  So I've actually set that up as an alias:

alias git='PATH=/usr/bin git'

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list