Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.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]

IncrediBL Project

For some random reason the git update failed over 24 hours ago. Why did it fail? Your error messages leave a lot to be desired. (They also claim that most errors will be automatically resolved, but I have yet to see this when a simple update fails for random reasons.) The remote git repo has been up and running since the failure, as we have made many commits to it. As seen here, last night around 2345 GMT -6:

[23:42:38] · CIA-87 · incredibl: vadtec * r324415ea7083 /.gitignore: Adding another item gitignore.
[23:42:42] · CIA-87 · incredibl: vadtec * r5a67f8377061 /admin/ (303 files in 57 dirs): Creating PHPEclipse import and syncing it with the repo.
[23:42:42] · CIA-87 · incredibl: vadtec * r3e4d75fddda5 /.gitignore: Adding another item to gitignore.
[23:42:54] · CIA-87 · incredibl: vadtec * r98183632ee83 /.gitignore: Adding another item to gitignore.

  • Vadtec
Vadtec almost 14 years ago
 

Hi Vadtec,

The update failed because we receive a non-fast-forward error when trying to pull the latest commits.

Ohloh is unable to perform an update if a repository is rebased or otherwise has its HEAD commit removed. I started a clean clone and full re-analysis of this repository, which should clear up the issue.

Robin Luckey almost 14 years ago
 

Thanks for fixing the issue. But I am curious...why can the error not tell us what the issue was? We had to do a git reset on the repo, which apparently is when Ohloh did an update, so it missed the new commits that came after the reset. Can you not automate this process so that things get updated on their own?

  • Vadtec
Vadtec almost 14 years ago