-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install ipfs-cluster on Alibaba Cloud Server #577
Comments
What if you use docker containers with the pre-built binaries? |
This modifies the Makefile so that gx and gx-go downloads are first attempted from the local ipfs gateway (127.0.0.1:8080) and then from the offical gateway (ipfs.io). Make and wget doesn't work well dealing with stuff in subfolders, so I have moved deptools-related rules to the deptools folder in its own Makefile. License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
So gx and gx-go are not pulled from ipfs directly when possible. This should partially fix this. I wonder if dns resolution for *ipfs.io is blocked in China though, or just the IPs. Then /ipns/dist.ipfs.io is something that may not work still. @mike-ngu do you know? |
…ad-gx Fix ipfs-cluster#577: Try downloading gx and gx-go from local ipfs gateway first
i alway local build then push file up to server... |
I will close this for now. We have pretty much dropped Gx support and use go-modules now. |
One of my IPFS node deployed on the Alibaba Cloud Server in the Chinese region and others two nodes on the AWS.
And it looks like Great Chinese Firewall blocking your domain/ip
https://dist.ipfs.io
It can't finish
make install
command during ipfs-cluster installation and download all dependencies/packages.Do you have some mirror server or any idea how this issue can be fixed?
Thanks
The text was updated successfully, but these errors were encountered: