I get this error on various builds from time to time. I believe it has something to do with us switching from bitbucket to github. The repo name was the same on both Bitbucket and Github. My deploy keys are set properly and I cannot see any errors in our configuration.
Warning: Permanently added the RSA host key for IP address '192.30.253.113' 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:
My builds are failing with the same output for the Checkout-phase (building on a Mac). Before this, the project has been building fine for a few weeks (using GitHub, never used Bitbucket).
For users who see this error sporadically (instead of with every build), this is a sign of Github rate limiting. We’re discussing the issue with them to find a solution.
For now, I suggest subscribing to this thread for updates.