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