iris 安装不了

来源:2-2 iris的常用功能介绍

断伤含情

2018-10-28 16:54

!!!

写回答 关注

4回答

  • 一凡
    2018-10-29 14:02:00

    github.com能访问的话就可以直接用 go get 命令安装呀,你先确定能否访问github,然后看看错误信息

    痞子过 回复断伤含情

    可以先安装gopm

    2018-10-29 23:12:13

    共 4 条回复 >

  • gaoMu
    2020-05-13 23:17:20

    老师,iris就是下载特别慢,一个.git文件下载半天,一直下载不完,有什么办法吗

  • poser
    2019-07-24 22:48:47

    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装不上

  • qq_小小zt_bkory4
    2018-10-29 14:32:25

    ???

    一凡 回复断伤含情

    浏览器访问下 https://github.com/ 试试网络 go get -v 可以显示安装的细节,就可以看到进度了。

    2018-10-29 15:08:53

    共 2 条回复 >

iris+xorm Go语言开发球星库

iris和xorm快速构建Web应用,Go设计开发球星库系统。

7896 学习 · 51 问题

查看课程

相似问题