go: missing Git command. See https://golang.org/s/gogetcmd
时间:2020-08-18 14:08:26
收藏:0
阅读:104
错误情况:
go: missing Git command. See https://golang.org/s/gogetcmd package github.com/astaxie/beego: exec: “git”: executable file not found in %PATH%
解决方式:
添加环境变量后重新启动
评论(0)