0
点赞
收藏
分享

微信扫一扫

找不到模块“./App.vue”或其相应的类型声明。ts(2307)

小_北_爸 2023-11-10 阅读 44
githubgit

解决办法:

  • 步骤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
举报

相关推荐

0 条评论