- This topic has 1 reply, 2 voices, and was last updated 2 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Unable to pull github repository
Hello,
I am trying to build NDN-tool on Fabric nodes, which needs to pull the resources from the github. However, when I ran git clone https://github.com/named-data/ndn-tools.git
, I got the error : `Cloning into ‘ndn-tools’…
fatal: unable to access ‘https://github.com/named-data/ndn-tools.git/’: Failed to connect to github.com port 443: No route to host`
I was wondering if I miss any network setting for the nodes,
Thanks,
Best Regards,
Xusheng
Github is one of the few major sites that doesn’t work with IPv6.
I would try the nat64.net option. The only real negative is that it is a free public service and could disappear someday. In practice we have found it to work quite well.
One other option is to create a tarball of whatever you need to install and just transfer it in manually.