_评论人:ryan_
也可能与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: invalid privatekey: [B@3d3a1903`
我猜这将从9月开始困扰更多的Mac用户,直到10.15发布。我的解决方案是手动将`~/.gitlibs`安排与我的旧10.14机器相匹配,并使用bash脚本来拉取/包。