ERROR: Command errored out with exit status 128: git clone -q https://github.com/jonbarron/robust_lo

在安装clip和taming-transformer的时候,出现标题的问题,根据关键字“ERROR: Command errored out with exit status 128”去检索发现,很多文章说把http改为git,但改完之后问题仍然存在。

看到了这篇博客,说是产生原因是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错。

执行git config --global http.sslVerify"False"后,成功。

你可能感兴趣的:(代码,git)