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 @   东山絮柳仔  阅读(501)  评论(0编辑  收藏  举报
编辑推荐:
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· .NET Core 托管堆内存泄露/CPU异常的常见思路
· PostgreSQL 和 SQL Server 在统计信息维护中的关键差异
· C++代码改造为UTF-8编码问题的总结
阅读排行:
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· 清华大学推出第四讲使用 DeepSeek + DeepResearch 让科研像聊天一样简单!
· 实操Deepseek接入个人知识库
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
点击右上角即可分享
微信分享提示