GIT – Disable Gnome-SSH-askpass

Recently ran a update on my Fedora Core 18 and have been really annoyed with the dialog window popping up everytime I run a remote GIT command from the CLI. There is an easy quick fix for this.

unset SSH_ASKPASS

PHEW!!! All Better lol. Have fun coding!