我正在尝试安装https://github.com/btcsuite/btcd
我按照说明(添加 sudo 除外)首先像这样安装 glide
sudo go get -u github.com/Masterminds/glide
然后我像这样将回购克隆到适当的文件夹
git clone https://github.com/btcsuite/btcd $GOPATH/src/github.com/btcsuite/btcd
现在 repo 位于此文件夹中:/Users/yako/go/src/github.com/btcsuite/btcd
当我sudo glide install
在文件夹中运行时会出现问题。我明白了[ERROR] $GOPATH is not set.
我很确定我确实在go env GOROOT GOPATH
命令返回时正确设置了这些
/usr/local/go
/Users/yako/go
和echo $GOROOT
退货/usr/local/go
和echo $GOPATH
退货/Users/yako/go