Page MenuHomeGitPull.it

CatImporter: git@github.com: Permission denied (publickey).
Closed, ResolvedPublic

Description

Just to note that the repository R44 CatImporter was causing lot of errors:

Error updating working copy: Command failed with error #128!
COMMAND
git ls-remote '********' 'refs/*'

STDOUT
(empty)

STDERR
Warning: Permanently added 'github.com,13.234.176.102' (RSA) 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.

The issue was caused by this clone URL:

git@github.com:ferdi2005/catimporter.git

Fixed changing the clone URL to this one that does not require SSH keys to read the repo:

https://github.com/ferdi2005/catimporter.git

Event Timeline

valerio.bozzolan triaged this task as High priority.
valerio.bozzolan created this task.
valerio.bozzolan renamed this task from CatImporter: to CatImporter: git@github.com: Permission denied (publickey)..Mar 29 2021, 10:03