最近在使用nebula,有一些数据想导入到数据库里面,我的环境不能连接外网,所以在我安装importer的时候,就采用了官方文档中无网络编译方式:
开始导入数据的时候,一直报错呢,执行语句
首先说明,我配置了国内代理地址:https://goproxy.cn
执行以下语句:
cd nebula-importer/cmd
go run importer.go --config ../examples/v2/example.yaml
结果报错:
go: github.com/kr/text@v0.2.0: Get “https://goproxy.cn/github.com/kr/text/@v/v0.2.0.mod”: dial tcp [2408:8731:c001:2:3::3fc]:443: socket: address family not supported by protocol
坐等求救!!!
