1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg
band-a-prend 582fd24d78 Add SSH key passphrase prompt to pull/push from/to remote git repo
This commit resolves issue with absence of ssh key prompting
to pull from or push to remote git repository.

I checked lazygit with this patch for successfully pull from
and push to https://gitweb.gentoo.org/repo/proj/guru.git repository.
While for lazygit-0.23.1 I'm not able to do that.

The check for Passphrase follows the Password because of
more long time before SSH key is prompt in terminal.
Otherwise after timeout "Password" prompt is appears.

Excuse me for google translated i18n dutch lines.

Bug: https://github.com/jesseduffield/lazygit/issues/534

Signed-off-by: band-a-prend <torokhov-s-a@yandex.ru>
2020-10-10 17:58:23 +11:00
..
app type i18n 2020-10-10 00:23:01 +11:00
commands Add SSH key passphrase prompt to pull/push from/to remote git repo 2020-10-10 17:58:23 +11:00
config support configurable config 2020-10-10 00:23:01 +11:00
env move git dir env stuff into a centralised package 2020-09-29 17:42:07 +10:00
gui Add SSH key passphrase prompt to pull/push from/to remote git repo 2020-10-10 17:58:23 +11:00
i18n Add SSH key passphrase prompt to pull/push from/to remote git repo 2020-10-10 17:58:23 +11:00
tasks add some safe goroutines 2020-10-10 00:23:01 +11:00
test move OS commands into their own package 2020-09-29 20:48:49 +10:00
theme remove viper 2020-10-10 00:23:01 +11:00
updates add some safe goroutines 2020-10-10 00:23:01 +11:00
utils add some safe goroutines 2020-10-10 00:23:01 +11:00