Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save algotrader-dotcom/ae2dbaeb02d9d4a0957d to your computer and use it in GitHub Desktop.

Select an option

Save algotrader-dotcom/ae2dbaeb02d9d4a0957d to your computer and use it in GitHub Desktop.
github error: unable to read askpass response from gnome-ssh-askpass
# Root Cause
$cat /etc/profile.d/gnome-ssh-askpass.sh
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
# Fixed
$unset SSH_ASKPASS
then
$git push origin master
@iam-saikumarvicharapu
Copy link

i'm still facing same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment