学无先后,达者为师

网站首页 编程语言 正文

Linux fatal: unable to access ‘https://github xxxxxxxxx的解决方法

作者:别出BUG求求了 更新时间: 2023-11-22 编程语言

fatal: unable to access ‘https://github xxxxxxxxx的解决方法

报错:

输入 git clone https://github.com/Avnet/bdf.git 后报错如下:
在这里插入图片描述

解决办法:

将命令中的 https改为 git 。即:将命令改为git clone git://github.com/Avnet/bdf.git ,成功:
在这里插入图片描述

原文链接:https://blog.csdn.net/weixin_39589455/article/details/114578488

  • 上一篇:没有了
  • 下一篇:没有了
栏目分类
最近更新