Digging in deeper, its appears the RSA keys being generated are SHA-1 which isn’t allowed anymore, from error logs:
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: git@github.com:CatchRelease/cnr-appsmith.git: ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
backend stdout | Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
@fpmoles I don’t understand your response. I see your stack trace and it says you’re using the RSA version of the key which is no longer supported. I’ve recommended trying to use the ECDSA key as I’ve shared in the screenshot above. Did I miss something?