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]
I just joined ohloh, and joined an existing project -- promotego.org . I see the enlistment failed about a month ago, and I can't figure out a good reason for it. The public git clone URL is :
git://github.com/amikula/promotego-org.git
.. And the branch to track is the master branch..
Hi Trevoke,
It looks like the repository may have been rebased, which gave our system trouble when trying to do a pull. I've started a clean clone of the repository, which should clear up the issue.
Thanks,
Robin
Are you saying that rebases are likely to cause issues, or that in this one instance, it is the likely cause? This could be a problem..
Thanks for your help :)
Rebases are always a problem. We keep a local git mirror, and to do our updates we do a simple git-pull. Anything that breaks a pull will cause issues for us.
Actually, I rewrote history because a lot of the committer emails were completely bogus...stuff like alf@kale
instead of my real email. That probably caused the problem.