Skip to content

Instantly share code, notes, and snippets.

@jerrinsg
Last active July 21, 2016 16:09
Show Gist options
  • Save jerrinsg/9cd589583c2b80b7996e2a430de90fbf to your computer and use it in GitHub Desktop.
Save jerrinsg/9cd589583c2b80b7996e2a430de90fbf to your computer and use it in GitHub Desktop.
$ git clone https://path/repo/git
Initialized empty Git repository in /path/to/location
(gnome-ssh-askpass:4449): Gtk-WARNING **: cannot open display:
$ unset SSH_ASKPASS
$ git clone https://path/repo/git
Initialized empty Git repository in /path/to/location
=============================================================================================================================
W: GPG error: https://repo.com xenial Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY KEY_ID#
W: The repository 'https://repo.com/ubuntu/testing xenial Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: There is no public key available for the following key IDs:
KEY_ID#
=> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY_ID#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment