我正在执行以下命令来为Go加载tensorflow包:
go get -d github.com/tensorflow/tensorflow/tensorflow/go
它不下载源代码。我收到以下错误消息。
# cd .; git clone https://github.com/tensorflow/tensorflow /Users/tanverhasan/go/src/github.com/tensorflow/tensorflow
Cloning into '/Users/tanverhasan/go/src/github.com/tensorflow/tensorflow'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
package github.com/tensorflow/tensorflow/tensorflow/go: exit status 128
我不确定这是否与Go或git相关,但是,我可以使用go get命令成功加载其他任何软件包。