Skip to content
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

Use Git JLL for genkeys #70

Closed
mortenpi opened this issue Mar 21, 2023 · 0 comments · Fixed by #92
Closed

Use Git JLL for genkeys #70

mortenpi opened this issue Mar 21, 2023 · 0 comments · Fixed by #92

Comments

@mortenpi
Copy link
Member

We're still relying on system Git, which can cause issues (particularly on windows):

if Sys.iswindows()
success(`where where`) || error("'where' not found.")
success(`where git`) || error("'git' not found.")
else
success(`which which`) || error("'which' not found.")
success(`which git`) || error("'git' not found.")
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant