go get 时,报exec: "gcc": executable file not found in %PATH%

今天练习go语言,从githup上安装一个依赖包是,报
exec: "gcc": executable file not found in %PATH% 原因是因为window 10 底层没有c的编译器导致的,网上的推荐方案是安装 MinGW 。

参考地址:https://www.cnblogs.com/zsy/p/5958170.html

转载于:https://my.oschina.net/wywct/blog/3056898

你可能感兴趣的:(go get 时,报exec: "gcc": executable file not found in %PATH%)