-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to 'run' new projects due to ssh failure (publickey) #70
Comments
FYI we're using the strider-github for adding projects |
It should work out of the box. Did you see the last comment on that PR? If you follow that, mainly step 2, does it help? |
Yes, I did try that.. |
Ok, I think a revert is in order.. |
let me double check if we have all the latest versions before you revert based on this issue |
we're on strider 1.7.6 and strider-github 2.3.1 |
Ok, I'll try to do the revert later today. In the mean time, you can install strider-github 2.3.0 manually in your strider folder. |
FYI I It's working again after I installed 2.3.0 |
Sorry for jumping on this so late. Yeah the issue is, the strider public key needs to be given access to the github repository. One behavior we could implement out of the box (similar to what most hosted CI solutions do), so to add the public key as a The other use case in which we need to be able to install other private repositories while running the tests, one would need to create a As you can see in this document for example, codeship by default adds a deployment key, and then if the use case requires access to multiple repos during running tests, then they have the documentation for that. |
@mandoz does this need to be documented? If so could you update the README. |
We've been using strider successfully for a while in our organization. However I noticed today that I cant 'run' newly added projects anymore, because of the following error:
Git clone failed with code 500
some digging unveiled that previously added projects are using https and this one is using ssh. which led me to this pr #69
Is this supposed to work out of the box or do I need to manually add these keys?
The text was updated successfully, but these errors were encountered: