-
Notifications
You must be signed in to change notification settings - Fork 15
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
I can't connect to a private repo anymore #30
Comments
Try removing |
No, the same error. (Note as the ssh key is protected by a password, so the password should be added somewhere to expect to work.) |
Hm, I fear ssh keys protected with passphrase are not supported right now. |
Unfortunately not:
Same for the inverse: |
What if you use random password, e.g. "x"? |
It would be useful, the user/pass should also be replaced by access tokens. When you have the mood and the time! Thanks for your help! I found a workaround for me without removing my SSH pass: |
I reopened a project where I was using a private repo with HTTPS authentication and an AuthGroup, it worked fine but it seems we can't use this type of authentication with Github anymore (if I'm not mistaken).
I didn't find how to use an access token (I tried replace the password by the token), so I tried with SSH but got the following error:
I try if my SSH connexion is valid with
ssh -T git@github.com
and it works fine :Hi fabriceci! You've successfully authenticated, but GitHub does not provide shell access.
Here if my config:
I was not sure, but I put my SSH password in my gradle properties file (As I used to do before the classic user/pass connection) :
Have you an idea how to solve this?
The text was updated successfully, but these errors were encountered: