解决git clone报错 git fatal Unable to find remote helper for 'https'

适用设备

  • Windows 11

问题描述

  • 相信大家在git clone github中的项目时,一定都与遇到了不少令人头疼的错误。

  • 比如这样的:

    1
    error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054;

    亦或者是这样的:

    1
    fatal: unable to access 'https://github.com/WongKinYiu/yolov7.git/': SSL connection timeout

解决方案

  • 初始化

    1
    git init

方法原理

  • 绝大多数人肯定是下了git就去下东西了,好运的话确实能一次下完,没做这一步就去按别的贴去设置的,喜提“fatal: not in a git directory”