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 have some projects I managed in Bazaar until now that I moved everything to git.
I'm serving the git repositories with git-daemon and it works perfectly fine in remote, but it seems that ohloh can't add the repositories because git-ls-remote
doesn't work.
What can I do?
Repositories you can test:
git://halcyon.zapto.org/supervise
git://halcyon.zapto.org/guau
Oscar:
So I attempted to just clone it locally using 'git clone' and got a connection timeout:
git clone git://halcyon.zapto.org/guau
Cloning into guau...
halcyon.zapto.org[0: 81.32.120.62]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
Is it possible you don't have the ports exposed through a firewall correctly?
Is the git-daemon configured correctly?
Until 'git clone' works ohloh won't be able to access the repository.
Hi Robert:
You were right, I didn't have the port exposed. Now it's working. Thanks!