iris 安装不了
!!!
!!!
2018-10-28
package golang.org/x/net/publicsuffix: unrecognized import path "golang.org/x/net/publicsuffix" (https fetch: Get https://golang.org/x/net/publicsuffix?go-get=1: dial tcp 216.239.37.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
# cd D:\godemo\src\github.com\fatih\structs; git pull --ff-only
fatal: unable to access 'https://github.com/fatih/structs/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
package github.com/fatih/structs: exit status 1
# cd D:\godemo\src\github.com\iris-contrib\blackfriday; git pull --ff-only
fatal: unable to access 'https://github.com/iris-contrib/blackfriday/': Failed to connect to github.com port 443: Timed out
package github.com/iris-contrib/blackfriday: exit status 1
# cd D:\godemo\src\github.com\json-iterator\go; git pull --ff-only
fatal: unable to access 'https://github.com/json-iterator/go/': Operation timed out after 300015 milliseconds with 0 out of 0 bytes received
package github.com/json-iterator/go: exit status 1
# cd D:\godemo\src\github.com\iris-contrib\go.uuid; git pull --ff-only
fatal: unable to access 'https://github.com/iris-contrib/go.uuid/': Failed to connect to github.com port 443: Timed out
package github.com/iris-contrib/go.uuid: exit status 1
# cd .; git clone https://github.com/klauspost/compress D:\godemo\src\github.com\klauspost\compress
Cloning into 'D:\godemo\src\github.com\klauspost\compress'...
fatal: unable to access 'https://github.com/klauspost/compress/': Failed to connect to github.com port 443: Timed out
package github.com/klauspost/compress/gzip: exit status 128
# cd .; git clone https://github.com/microcosm-cc/bluemonday D:\godemo\src\github.com\microcosm-cc\bluemonday
Cloning into 'D:\godemo\src\github.com\microcosm-cc\bluemonday'...
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
package github.com/microcosm-cc/bluemonday: exit status 128
iris装不上
举报