Created
October 29, 2015 16:51
-
-
Save algotrader-dotcom/ae2dbaeb02d9d4a0957d to your computer and use it in GitHub Desktop.
github error: unable to read askpass response from gnome-ssh-askpass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm still facing same error