Similar issue to #196, Literate.jl will still ask for a passphrase if your SSH key is password protected.
The fix in #194 introduces a regression where it ignores ssh-agent variables. It should use withenv instead of setenv.
The actual fix requires add adding the BatchMode option to GIT_SSH_COMMAND.
Similar issue to #196, Literate.jl will still ask for a passphrase if your SSH key is password protected.
The fix in #194 introduces a regression where it ignores ssh-agent variables. It should use
withenvinstead ofsetenv.The actual fix requires add adding the
BatchModeoption toGIT_SSH_COMMAND.