Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
Hi, i recently added some enlistments to a project, and they where downloaded and updated, except for the libreoffice one.
This is the project:
https://www.ohloh.net/p/canaima-gnu-linux
and this is the enlistment not updating:
git://gitorious.org/canaima-gnu-linux/libreoffice.git master
Your help is greatly appreciated :)
Luis,
I tried to clone the git on my workstation and got:
remote: Counting objects: 2294, done.
fatal: The remote end hung up unexpectedly32)
fatal: early EOF
fatal: index-pack failed
Please check into the problem and let me know once it is back on-line.
Thanks!
Luis,
It looks as if there is a problem in the git repository in object 1797 of 1832. The process of compressing objects hangs there and the clone times out.
remote: Compressing objects: 98% (1796/1832)
is the last message seen before the timeout.
Thanks!
Thanks for looking out our problem.
It's very strange, i made two tests on different IP's and both turned out OK.
Last test log:
git clone [email protected]:canaima-gnu-linux/libreoffice.git
Cloning into libreoffice...
remote: Counting objects: 2294, done.
remote: Compressing objects: 100% (1832/1832), done.
remote: Total 2294 (delta 434), reused 2174 (delta 354)
Receiving objects: 100% (2294/2294), 554.25 MiB | 51 KiB/s, done.
Resolving deltas: 100% (434/434), done.
I don't know what could be happening. May be your network?