-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
There was a problem when I executed npm install go-ipfs #5883
Comments
Hey @zcyzhu - it's tricky for us to help troubleshoot your problems. 1 and 2 seem to be network connectivity related. 3 could also be a connectivity problem - it's difficult to tell. go-ipfs issues are for reporting bugs or requesting features in go-ipfs, and therefore your questions are going to the wrong audience. My best suggestion is trying the IPFS discussion forums at https://discuss.ipfs.io/. Good luck. |
I assume you're in China. Unfortunately, the GFW blocks dist.ipfs.io. I'm not sure about the second two issues but they're probably because you weren't able to correctly install the go-ipfs dependency. |
@eingenito ,@Stebalien ,how can I solve it, can you tell me specifically? |
Use a proxy or a VPN? Alternatively, you can:
That will allow you to download IPFS from a different gateway. |
Thank you, thank you very much for your help, you will need your help in the future. |
@Stebalien,Can you be more specific? I found a gateway such as: https://ipfs.infura.io/ipfs/Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a, how do I use it? |
That depends on your operating system. On everything but windows, you should be able to run: |
@Stebalien ,I am running npm install at https://github.com/ipfs/ipfs-performance-profiling or I am getting an error.
I want to cry.Is there any other way to test IPFS performance?To add, I have previously installed IPFS version 0.4.18. Should I uninstall the previous version? |
If you specified a working gateway with |
@Stebalien ,I am a student, so I need your help.Sorry to bother you again, but I can't get help except here.
I used the gateway in your way, but why the website is still downloaded from |
@Stebalien ,The great teacher, I succeeded, thank you for your guidance, my last problem was finally solved, and many methods were useless before.
|
Note, you can also use: $ export GO_IPFS_DIST_URL="https://hardbin.com/ipns/dist.ipfs.io/"
$ npm install Which is (mostly) equivalent to: $ GO_IPFS_DIST_URL=https://hardbin.com/ipns/dist.ipfs.io npm install |
@Stebalien ,yes,thank you |
(1).I executed
npm install go-ipfs
and something went wrong.(2).I want to perform an IPFS performance test on https://github.com/ipfs/ipfs-performance-profiling, which occurs when
npm install
is executed:(3)I want to combine Ethereum and IPFS, but I chose the image in Dapp. When I click send, I didn't get the IPFS hash value. I used ganache-cli as the test chain, but metaMask didn't respond when I sent a image in Dapp
![_ p 0 x5zk w1wci3 acob8](https://user-images.githubusercontent.com/38487249/50591061-8dfe1d80-0ec8-11e9-95fd-658326d8452e.png)
![csff0hl_uxaxuxp 7g si 4](https://user-images.githubusercontent.com/38487249/50590955-0adcc780-0ec8-11e9-97ee-fd785294702d.png)
What is the reason for this? I always feel that this problem may be the same as the first two problems. I can only ask you now, thank you for answering these questions.
Some people say that it is a proxy problem. Some people say that it is a firewall. Some people say that it is a metaMask version. I am running on Linux. I feel that there may be a problem with the IPFS connection. I am using ubuntu, I don't know if it is a network configuration problem. I don't know how to solve it.
The text was updated successfully, but these errors were encountered: