Go get不起作用,我有git

时间:2014-10-19 15:29:47

标签: git go github-for-windows

继续开始页面,想要安装devel,它说它找不到hg,我有git,我很满意。双重检查%PATH%,它有Git / cmd和Git / bin

Go get not working

1 个答案:

答案 0 :(得分:10)

  

包装狂欢

     

导入“github.com/revel/revel”

     

Packages imported by revel

go get命令安装包和任何缺少的导入依赖项。 revel包从Mercurial存储库导入“code.google.com/p/go.net/websocket”。

安装Mercurial(hg):Mercurial Download