[ git ] error: unable to read askpass response from ‘/usr/libexec/openssh/gnome-ssh-askpass’

This is common error generated after running the the command "$ git push -u origin master

 
This error can be technically ignored because git will still work though this error is displayed.
 
If you don't like to see this error you can run unset SSH_ASKPASS and gnome-ssh-askpass will not be invoked so does the error
 
 

Revisions

No comments yet.

Leave a Reply