Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI failing on checkout #43

Open
tswast opened this issue Apr 21, 2021 · 1 comment
Open

CircleCI failing on checkout #43

tswast opened this issue Apr 21, 2021 · 1 comment

Comments

@tswast
Copy link
Collaborator

tswast commented Apr 21, 2021

https://app.circleci.com/pipelines/github/pydata/pydata-google-auth/66/workflows/6ae852d3-577a-44c9-946d-c1938a5f7cb7/jobs/238

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.

@0x2b3bfa0
Copy link
Contributor

0x2b3bfa0 commented Jun 26, 2021

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:

- run: apt-get update && apt-get install -y openssh-client git

tswast added a commit to tswast/tools that referenced this issue Dec 3, 2021
Also install ssh & git to workaround flakiness when using this as a CircleCI image. pydata/pydata-google-auth#43
TheKevJames pushed a commit to TheKevJames/tools that referenced this issue Mar 11, 2022
Also install ssh & git to workaround flakiness when using this
as a CircleCI image.

See pydata/pydata-google-auth#43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants