Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git clone error "(gnome-ssh-askpass:11720): Gtk-WARNING **: cannot open display:"

Tags:

bitbucket

I got this error when I tried to clone a repo in bit bucket.

"(gnome-ssh-askpass:11720): Gtk-WARNING **: cannot open display:"

The command used is:

git clone https://[email protected]/repo.git scripts/
like image 520
Sibin John Mattappallil Avatar asked Dec 30 '15 08:12

Sibin John Mattappallil


1 Answers

Run below command and then try again:

unset SSH_ASKPASS
like image 160
a4arpan Avatar answered Oct 15 '22 16:10

a4arpan