在使用go git 取资源包的时候出错误:
============================================================
Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
D:\mygo\go get github.com/russross/blackfriday
go: missing Git command. See http://golang.org/s/gogetcmd
package github.com/russross/blackfriday: exec: "git": executable file not found
in %PATH%
============================================================
处理办法,把git的bin路径加入环境变量Path中。