go get命令在golang中没有响应。

huangapple go评论72阅读模式
英文:

go get command of golang is not responding

问题

我面临着一个奇怪的情况。我尝试运行以下命令:

go get -x github.com/hooklift/gowsdl
cd.
git clone https://gopkg.in/inconshreveable/log15.v2 /home/usr_a/gocode/src/gopkg.in/inconshreveable/log15.v2

但是我没有看到这个命令给出任何响应。它从来没有返回。

这是我的 $GOPATH

/home/usr_a/gocode

$GOROOT

/usr/local/go/

然而,版本显示如下:

go version go1.4.2 linux/amd64

你有什么想法,我做错了什么,或者可以指导我如何在golang中安装github模块?

英文:

I am facing a strange situation. I tried to run:

go get -x github.com/hooklift/gowsdl
cd.
git clone https://gopkg.in/inconshreveable/log15.v2 /home/usr_a/gocode/src/gopkg.in/inconshreveable/log15.v2

And I don't see this command giving any response. It never returns.

This is my $GOPATH:

/home/usr_a/gocode

and $GOROOT:

/usr/local/go/

However, the version shows like this:

go version go1.4.2 linux/amd64

Any idea, where am I going wrong or can point me to the way we install github module in golang?

答案1

得分: 1

这是因为使用了旧版本的git。

英文:

It happens because of old version of git.

huangapple
  • 本文由 发表于 2015年6月2日 17:38:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/30592459.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定