Hi,
I was playing around a little bit with deployment keys on the mac buid machine. I ended up completly deleting deployment keys on the repos side and adding brand new on the circle CI side. I ended up with no possiblilty to checkout the project, since I get:
Checkout using deploy key: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xxxx:xx config
Warning: Permanently added the RSA host key for IP address 'xxx.xx.xxx.xxx' to the list of known hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git command i returned 128:
Github doesn’t even recognise the deployment key being used (i.e. I still have Never used message there)
Please advise.