You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zjiekai the package it looks like you were 'hung' on is rather large, if you have a slow internet connection, it would maybe appear to be hung. Are you running this with a local ipfs daemon? If so, on a slower internet connection you might have better luck running the gx install without a daemon running. Ipfs running during a gx install will add an overhead of outgoing traffic that will slow down the transfer over limited connections.
Hi, I'm trying to get started on the unit test issue (libp2p/go-libp2p#83)
gx --verbose install --global
in the Makefile does not finish.I can see there is a
QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV.part
folder in~/dev/gopath/src/gx/ipfs
which contains129 directories, 412 files
.I tried delete the
...part
folder butgx
still does not finish.I'm wondering if it's a network issue. But I'm not sure if I can use a http proxy with gx.
The text was updated successfully, but these errors were encountered: