错误信息:
imports golang.org/x/tools/go/vcs: unrecognized import path "golang.org/x/tools/go/vcs"
原因:
国内无法访问到golang.org/x/tools/go/vcs这个地址
解决办法:
我使用翻墙工具在本机建立了代理,在centos端修改代理配置,执行如下命令
export http_proxy=http://172.17.42.1:8118export https_proxy=$http_proxyexport ftp_proxy=$http_proxyexport rsync_proxy=$http_proxyexport no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"source /etc/profile
网上还有其他解决办法,但是我试验失败了:
有疑问加站长微信联系(非本文作者)
本文来自:CSDN博客
感谢作者:gsying1474
查看原文:imports golang.org/x/tools/go/vcs: unrecognized import path "golang.org/x/tools/