Git clone~fatal: protocol '–http' is not supported。解决办法。

Git clone~fatal: protocol ‘–http’ is not supported。解决办法。


文章目录

    • Git clone~fatal: protocol '–http' is not supported。解决办法。


Git clone~fatal: protocol '–http' is not supported。解决办法。_第1张图片
使用 git clone + https 地址时报错。

fatal: protocol ‘–http’ is not supported

  • 解决。

将 http 删除,自己再输一遍就 ok。亲测有效。

你可能感兴趣的:(Git)