下载vue 您所在的位置:网站首页 node下载mp3 下载vue

下载vue

2023-03-18 12:24| 来源: 网络整理| 查看: 265

1、vue-element-admin官网地址

介绍 | vue-element-admin (gitee.io)

2、转载于(安装vue-element-admin时npm install报错:Please make sure you have the correct access rights and the repository exists. - 井韦 - 博客园 (cnblogs.com))

以下为npm install后报错的提示:

PS F:\AA\vue-element-admin-i18n> npm install npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/nhn/raphael.git npm ERR! [email protected]: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\LJW\AppData\Local\npm-cache\_logs\2022-08-08T12_48_25_162Z-debug-0.log 翻译过来就是 npm ERR! code 128 -----------错误码128 npm ERR! An unknown git error occurred---------------发生未知的git错误 npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/nhn/raphael.git npm ERR! [email protected]: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository.------------致命问题:无法从远程存储库读取数据。 npm ERR! npm ERR! Please make sure you have the correct access rights---------------------请确保您有正确的访问权限 npm ERR! and the repository exists.--------------------并且存储库已经存在。 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\LJW\AppData\Local\npm-cache\_logs\2022-08-08T12_48_25_162Z-debug-0.log

 

解决方法:

方法1:不行

git config --global http.sslverify "false"

方法2:也不行

git config --global url."https://".insteadOf git://

上面的两种方法是网上搜到的大部分都说这样能解决,可能有的人能解决吧。我反正是不行。

方法3:行

 桌面右键,git bash here 输入以下 ssh-****** -t rsa -C “[email protected]” 如下图

然后打开C:\Users\你的用户\.ssh文件夹下会多出两个文件,id_rsa.pub和id_rsa,这个known_hosts文件是本来就有的,打开id_rsa.pub复制里面的全部内容。

然后用你上面填的邮箱登录github.com 如下图将复制的内容粘贴到Key的区域,然后Add SSH key就可以了。回去继续npm install

 

 

 

3、使用gitee生成ssh key 时无法生成:转载于((22条消息) 使用gitee生成ssh key 时无法生成(精华版解决方法)_git无法生成ssh_迪邦尼的博客-CSDN博客)

当我们需要操作git生成 ssh **时,遇到一下问题:一、id_rsa.pub 这个文件打不开

 

 

二、Generating public/private rsa key pair.Enter file in which to save the key (C:\Users\ASUS/.ssh/id_rsa):

解决方法如下:

 

接着在cmd里输入 type id_rsa.pub

 

接着直接在cmd里面复制内容就可以去粘贴使用了————————————————版权声明:本文为CSDN博主「迪邦尼」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/Zgtby/article/details/117667902

 

4、JSON schema for a JavaScript project using TypeScript tooling报错:转载于((22条消息) JSON schema for a JavaScript project using TypeScript tooling报错_普通网友的博客-CSDN博客)

 

 我在在编写jsconfig.json的时候,遇到这个报错,在vscode设置里,把Checkjs勾上就可以解决了

 



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有