6

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://user@bitbucket.org/repo.git scripts/
Sibin John Mattappallil
  • 1,591
  • 4
  • 22
  • 36

1 Answers1

25

Run below command and then try again:

unset SSH_ASKPASS
Bruno Lavit
  • 9,914
  • 2
  • 29
  • 38
a4arpan
  • 1,768
  • 2
  • 24
  • 39