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