unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass错误

今天在git push origin master 时,竟然出现了错误 unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass

搜索出来下面一段话。让SSH_ASKPASS关闭掉即可。
However, for some wierd reason, upon trying to pull/push commits from/to the Git repository, the bash shell tries to open the gnome-ssh-askpass dialogue and it fails. I wanted to prevent the bash shell from attempting to launch the dialogue box. To do this, all I had to do is run the following command in the terminal:
$ unset SSH_ASKPASS

To prevent it in future, you can add the above line in your .bashrc or .bash_profile.

Wish you trouble-free working!

猜你喜欢

转载自flyvszhb.iteye.com/blog/2317062
今日推荐