Hello,
I have a configuration in which I run an Ubuntu guest on a Windows host. On the host, I'm using JBoss BRMS 6.4.0. In business-central, I created a new project having its associated GIT repository at git://localhost:9418/repo. This is the GIT url that is displayed by business-central.
From the guest I'm trying to push some artifacts. Doing the following:
> git remote add origin git://192.168.43.181:9418/repo
> git push origin master
displays:
Unable to connect to 192.168.43.18: Connection refused
However, I'm able to ping the guest (192.168.43.181) from the host. I tried also by suffixing with .git the URL but with the same results.
How can I solve this problem ?
Many thanks in advance.
Nicolas