【发布时间】:2020-09-28 16:23:12
【问题描述】:
如何解决这个错误 致命:无法找到“https”的远程助手 在克隆到 Github 时
我使用的命令是:github clone "https://.....link" 我尝试了不同的解决方案,但没有任何收获。
【问题讨论】:
-
假设您的意思是 git 命令,请检查下面的第一个答案。
如何解决这个错误 致命:无法找到“https”的远程助手 在克隆到 Github 时
我使用的命令是:github clone "https://.....link" 我尝试了不同的解决方案,但没有任何收获。
【问题讨论】:
您的意思是:git clone 而不是 github clone?
您可以查看相关问题:"Unable to find remote helper for 'https'" during git clone
【讨论】: