I’m trying to develop a private repo without success. Here is what I tried:
First generated a id_ed25519 key. Typing
dev “git@github.com:username/mypackage.jl.git”
gives
Private key location for 'git@github.com':
Following this link, I set JULIA_PKG_USE_CLI_GIT=true
and tried again, but got the same prompt.
Following this suggestion, I added -m PEM
when generating the key, repeated the above steps, but got the same error message.
Any suggestions?
julia> versioninfo()
Julia Version 1.8.2
Commit 36034abf260 (2022-09-29 15:21 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.3.0)
CPU: 10 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
Threads: 1 on 8 virtual cores