解决办法:
- 步骤1:
在这里插入图片描述

- 步骤2:
-
- 步骤3 :在git终端中执行如下命令:
git config --global http.proxy http:ip:port
git config --global https.proxy http:ip:port
git config --global http.proxy http://127.0.0.1:17890
git config --global https.proxy http://127.0.0.1:17890
找不到模块“./App.vue”或其相应的类型声明。ts(2307)
阅读 45
2023-11-10


git config --global http.proxy http://127.0.0.1:17890
git config --global https.proxy http://127.0.0.1:17890
相关推荐
精彩评论(0)