Hi Steve,
Try now,
Ken,
git-daemon was not running.
Can you enable the git-daemon service to run the following command upon
boot?
/usr/lib/git-core/git-daemon --syslog --detach --export-all --verbose
--reuseaddr --user-path=scm --base-path=/pub/scm
Thanks,
Vladimir
On 11/27/2018 05:54 PM, Steve Wise wrote:
Hey guys, I'm having problems cloning again:
# git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
What am I doing wrong?
Thanks,
Steve.
On 8/27/2018 11:10 AM, Vladimir Sokolovsky wrote:
On 08/27/2018 06:56 PM, Steve Wise wrote:
Hey Ken, did the URL change to clone the various OFED git repos?
[root@stevo2 tmp]# git clone
https://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: repository
'https://git.openfabrics.org/compat-rdma/compat-rdma.git/' not found
[root@stevo2 tmp]# git clone
git://git.openfabrics.org/compat-rdma/compat-rdma.git
Cloning into 'compat-rdma'...
fatal: unable to connect to git.openfabrics.org:
git.openfabrics.org[0: 69.55.231.76]: errno=Connection refused
[root@stevo2 tmp]#
THanks,
Steve.
_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg
Hi Steve,
Clone with git protocol should work now:
git clone git://git.openfabrics.org/compat-rdma/compat-rdma.git
Regards,
Vladimir
_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ewg