"go: missing Git command"的解决办法
在使用go get 取资源包的时候出错误:
============================================================
C:\Users\Goopand\Desktop\Workspace\goWork\src>go get github.com/astaxie/beego
go: missing Git command. See http://golang.org/s/gogetcmd
package github.com/astaxie/beego: exec: "git": executable file not found
in %PATH%
============================================================
处理办法,把git的bin路径加入环境变量Path中。(记得重新打开你的cmd窗口噢,否则使你设置了还调不到)
我的路径是:D:\Program Files\Git\bin
注意你的路径,不要抄我的路径。
参考资料:
http://blog.csdn.net/e_wsq/article/details/8945874
有疑问加站长微信联系(非本文作者)