VSCode 下载Models 报错

 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.)

 

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

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

 

step 2 点击Git Bash Here

 

 

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

 

 

Step 4  通过git clone 命令下载

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

 

 step 5 下载成功

 

VSCode 再次打开,不再报错。

 

posted @ 2019-03-27 17:23  东山絮柳仔  阅读(484)  评论(0编辑  收藏  举报