On Wed, Oct 23, 2019 at 03:04:54AM +0200, Tomasz Konojacki wrote: > The ssh:// URL doesn't work because of the ':'. For SSH connections, git > accepts two types of addresses: > > scp-style: git@github.com:Perl/perl5.git > URL: ssh://git@github.com/Perl/perl5.git I've just done $ git remote set-url origin git@github.com:Perl/perl5.git and I now get this: $ git fetch Warning: Permanently added the RSA host key for IP address '140.82.118.3' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Anything I need to do or an admin needs to do? -- Fire extinguisher (n) a device for holding open fire doors.Thread Previous | Thread Next