评论者: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` 命令都会在构建类路径时出错而失败
`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 月 10.15 版本的发布时影响更多的 Mac 用户。我的解决办法是手动调整 `~/.gitlibs` 以匹配我的旧 10.14 机器,并使用 bash 脚本在此处拉取/打包。