github 出现 fatal: protocol ‘https‘ is not supported

项目场景:

配置仓库时出现的问题


问题描述

配置github 仓库环境时出现 fatal: protocol 'https' is not supported 出错误

***@LAPTOP-GLG1H7C1 MINGW64 /d/WorkSpace/00_myTest
$ git clone https://github.com/Responsibility/00_myTest.git
Cloning into '00_myTest'...
fatal: protocol 'https' is not supported

原因分析:

提示:这里填写问题的分析:
原因是我配置的是SSH协议的链接,并没有配置Https的链接,所以导致克隆时并不支持https协议。
reason


解决方案:

***@LAPTOP-GLG1H7C1 MINGW64 /d/WorkSpace/00_myTest
$ git clone git@github.com:Responsibility/00_myTest.git
Cloning into '00_myTest'...
warning: You appear to have cloned an empty repository.

相关推荐

  1. Linux 链接 GitHub 出现 Connection timed out

    2023-12-28 17:12:03       40 阅读
  2. GitHub工程git merge出现冲突处理方式

    2023-12-28 17:12:03       11 阅读
  3. <span style='color:red;'>Github</span>

    Github

    2023-12-28 17:12:03      32 阅读
  4. GITHUB

    2023-12-28 17:12:03       22 阅读
  5. 全志F1C100s Linux 系统编译出错:不能连接 github

    2023-12-28 17:12:03       47 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-28 17:12:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-28 17:12:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-28 17:12:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-28 17:12:03       18 阅读

热门阅读

  1. oj 1.8编程基础之多维数组 14:扫雷游戏地雷数计算

    2023-12-28 17:12:03       33 阅读
  2. python的WebSocket编程详解,案例群聊系统实现

    2023-12-28 17:12:03       41 阅读
  3. docker——数据卷(volume)概念及使用案例

    2023-12-28 17:12:03       33 阅读
  4. oj 1.8编程基础之多维数组 07:矩阵归零消减序列和

    2023-12-28 17:12:03       34 阅读
  5. 模式识别与机器学习(十):梯度提升树

    2023-12-28 17:12:03       34 阅读
  6. 需求更改实现方式提升效率

    2023-12-28 17:12:03       39 阅读
  7. centos 扩充swap分区

    2023-12-28 17:12:03       37 阅读
  8. CentOS上安装MySQL 8.0的详细教程

    2023-12-28 17:12:03       34 阅读
  9. centos 安装 配置 zsh

    2023-12-28 17:12:03       46 阅读