creationix / js-git

A JavaScript implementation of Git.
MIT License
3.83k stars 265 forks source link

Current dev version of js-git is incompatible with git-net (considering fetches) #72

Open penartur opened 10 years ago

penartur commented 10 years ago

creationix/git-net#1 may probably belong here.

creationix commented 10 years ago

Yep, it's all in flux, and git-net will soon be deprecated to migrate to the new, better architecture. This should all be stable soon as part of finishing milestone#2

penartur commented 10 years ago

Thank you for your comment!

I'm experiencing a lot of problems with 0.6.1 (and, previously, with 0.5.4) trying to clone simple small test repositories from github; I'm getting messages such as unexpected end of input stream, invalid prefix, invalid packfile header and failed header check all the time. Does it make sense to file the appropriate issue, or the problems are known and are going to be fixed in milestone#2?

creationix commented 10 years ago

The 0.6.x series is pretty buggy. It will all be resolved for milestone#2. If you want, you can create issues against milestone#2 and that way we'll make sure the things get fixed. But most of these I'm aware of and will fix as soon as I get time.