theos 安装失败问题

1,145 阅读1分钟

在执行 theos 安装命令时报错

Failed to clone 'vendor/dm.pl' a second time, aborting

在终端中输入,将 github.com/ 域名替换为 git://github.com/

$ git config --global url."git://github.com/".insteadOf https://github.com/

然后重试