You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either git or ssh (required by git to clone through SSH) is not installed in the image. Falling back to CircleCI's native git client but the behavior may be different from official git. If this is an issue, please use an image that has official git and ssh installed.
Cloning git repository
error cloning repository: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Probably need to update the config.
The text was updated successfully, but these errors were encountered:
It looks like a transient issue. Have you tried to rerun the job?
If it happens again, you could consider either suggesting the addition of git and ssh to thekevjames/nox or just installing them before each checkout with the following step:
https://app.circleci.com/pipelines/github/pydata/pydata-google-auth/66/workflows/6ae852d3-577a-44c9-946d-c1938a5f7cb7/jobs/238
Probably need to update the config.
The text was updated successfully, but these errors were encountered: