-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DocumenterTools.genkeys()
fails on Windows
#64
Comments
Blah. This is some weird heisenbug.. I was able to reproduce it a few times, but then it stopped. It looked like it only happened on 1.8 (1.7.3 was fine) and with Pkg- It looks like
|
Thank you! Here is my error output with the
|
Ok, so this is starting to look like an upstream bug.
@AshlinHarris Are you also able to replicate the issue with vanilla pkg> activate --temp
pkg> add OpenSSH_jll
julia> using OpenSSH_jll: ssh_keygen
julia> sshkeygen = ssh_keygen()
julia> run(`$(sshkeygen) -N "" -C Documenter -m PEM -f documenter-private-key.pub`) |
Yes, I get the same failed process error:
|
Okay, so it turns out the issue is that we write out the temporary key files into the working directory, but on Windows Julia starts at:
and so |
#65 works. Thanks! |
The instructions for generating SSH deploy keys work on MacOS and Linux, but running
DocumenterTools.genkeys()
on Windows (with either Julia 1.7 or 1.8) gives the following error:The text was updated successfully, but these errors were encountered: