_由:ryano发表的评论
可能与macOS 10.15也存在相关问题。我正在运行10.15 beta 2,并且tools.deps无法访问我私有的`:git/url`库。
我有在macOS 10.12下生成的`id_rsa`,可以在macOS 10.14 / 1.10.1.447的clojure cli下成功拉取私有git依赖。
当我用那个版本在macOS 10.15b2下使用时,任何`clojure`或`clj`命令都会因构建classpath时出错而终止。
`org.eclipse.jgit.api.errors.TransportException:
[email protected]:opengb/spork.git: USERAUTH fail`
如果我用在10.15下生成的`id_rsa`,错误是
`org.eclipse.jgit.api.errors.TransportException:
[email protected]:opengb/spork.git: 无效的私钥:[B@3d3a1903`
我猜测这将在9月10.15发布后更多影响到我们这些Mac用户。我的解决方案是手动将`~/.gitlibs`整理成与我的旧10.14机器匹配,并通过bash脚本来拉取/打包。