Github资源npm或clone的时候报XXX:github.com:443 解决方法

简介: Github资源npm或clone的时候报XXX:github.com:443 解决方法

一.资源地址

https://github.com/xunleif2e/vue-lazy-component.git

这个包我在git clone 和 npm 时都报错,因为是国外站点的原因所以我们需呀代理过去,配置代理啥的这个没必要讲,来整点别的。

二.解决方法

git clone

我们直接在资源链接前加上 https://ghproxy.com/ 组合起来就是

https://ghproxy.com/https://github.com/xunleif2e/vue-lazy-component.git

2021060515271124.png

可见是可以的clone下来的。

npm 资源(cnpm,yarn都可以)

找到项目package.json

"@xunlei/vue-lazy-component": "https://ghproxy.com/https://github.com/xunleif2e/vue-lazy-component.git",

将资源后的地址改成上面这样:"https://ghproxy.com/https://github.com/xunleif2e/vue-lazy-component.git"

接着再npm就可以了,如下图

20210605153343828.png



相关文章
|
7月前
|
安全 网络安全 开发工具
百度搜索:蓝易云【git无法使用git协议clone github仓库问题解决方法】
通过尝试以上解决方法,你应该能够解决无法使用Git协议克隆GitHub仓库的问题。选择适合你网络环境和要求的方法,并根据需要进行相应的配置。
269 2
|
7月前
|
资源调度
#发布npm包遇到错误,因为用了淘宝镜像地址的原因的解决方法-403 403 Forbidden - PUT https://registry.npmmirror.com/-/user/org.cou
#发布npm包遇到错误,因为用了淘宝镜像地址的原因的解决方法-403 403 Forbidden - PUT https://registry.npmmirror.com/-/user/org.cou
437 0
|
7月前
|
开发工具 git
github上的版本和本地版本冲突的解决方法
github上的版本和本地版本冲突的解决方法
84 0
|
2月前
Github进不去的解决方法
Github进不去的解决方法
100 0
|
4月前
|
存储
【Azure Developer】Github Action部署资源(ARM模板)到Azure中国区时,遇见登录问题的解决办法
【Azure Developer】Github Action部署资源(ARM模板)到Azure中国区时,遇见登录问题的解决办法
|
7月前
|
开发工具 git
github clone Failed to connect to github.com port 443 after xxx ms
github clone Failed to connect to github.com port 443 after xxx ms
411 2
|
4月前
|
JavaScript
GitHub——自动发布NPM包
GitHub——自动发布NPM包
38 0
.vitepress执行了,npm init,npm,修改了scipt,出错了如何解决,vitepress的配置,结合up主成功版,能够实现侧边栏跳转,解决方法,一个一个尝试
.vitepress执行了,npm init,npm,修改了scipt,出错了如何解决,vitepress的配置,结合up主成功版,能够实现侧边栏跳转,解决方法,一个一个尝试
|
6月前
|
JavaScript
vue npm install安装插件请求github过慢问题
vue npm install安装插件请求github过慢问题
95 0
|
7月前
npm install 太慢?解决方法
npm install 太慢?解决方法
6960 0

推荐镜像

更多
下一篇
DataWorks