聆听风声 点点滴滴都很珍贵!

go在安装 IRIS出现了安装错误

2019-04-07
 

go在安装 IRIS出现了安装错误 在使用go get进行安装IRIS的时候应该保证你的设备中已经安装了git并可以正常使用

安装命令

C:\Users\guo5z>go get -u github.com/kataras/iris

错误内容

C:\Users\guo5z>go get -u github.com/kataras/iris
# cd .; git clone https://github.com/kataras/iris C:\Users\guo5z\go\src\github.com\kataras\iris
Cloning into 'C:\Users\guo5z\go\src\github.com\kataras\iris'...
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/kataras/iris: exit status 128

解决方法

如果你使用的设备是windows,那么go get -u github.com/kataras/iris中的路径应该使用\,否则会因为找不到路径而安装失败。 引用官方文档的描述

注解:Go 1.9支持类型别名,Iris已经为Go 1.8.3做好了准备,它有一个文件,kataras/iris/context.go对Go1.9的限制构建访问权限声明了Iris的所有类型别名,所有这些都在同一个地方。


Comments

Content