How do I force the git-client to use the console/terminal only. When I ssh into my remote/headless linux computer and try to run:
git clone https://myname@bitbucket.org/xxx/xxx.git
git complains and gives me this error: (gnome-ssh-askpass:2769): Gtk-WARNING **: cannot open display:
I dont want to use a graphical interface nor ssh -X. I just want to configure the git-client to use the terminal only.
Im using CentOs and got the git-client with yum install git.