VSCode调试部分代码时,报错,提示不能自动获取Models。报错信息如下。

go: golang.org/x/crypto@v0.0.0-20180320225959-80db560fac1f: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: 
connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)

VSCode 下载Models 报错 随笔 第1张

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

 

其中的一个解决方案如下:

step 1 进入go 默认安装路径下的src文件;

 

step 2 点击Git Bash Here

 

VSCode 下载Models 报错 随笔 第2张

 

step 3 登入网址 https://github.com/golang 去找  crypto 包的githum 地址

VSCode 下载Models 报错 随笔 第3张

 

 

Step 4  通过git clone 命令下载

git clone https://github.com/golang/crypto.git golang.org/x/crypto

 

 step 5 下载成功

VSCode 下载Models 报错 随笔 第4张

 

VSCode 再次打开,不再报错。

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄