-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
problems with ssh #52
Comments
Not to ask the obvious but does this work when you use git directly? I'd like to add a Admittedly it's strange that this wouldn't work if it does work on git's end since bit is simply forwarding the command to git |
Yes! work normally using git directly either via ssh or https. As I said before I tested the bit with a cloned repository using https and it worked perfectly .. asked for a username and password and ran the checkout command. I will try to use it today on my personal computer and see if I get the same behavior with repo cloned using ssh. As I formatted the computer recently, I haven't yet stored my ssh passwords, but with that I got this behavior. It is something interesting to look at. About the |
@hiukky I haven't gotten around to investigating this issue but i added Also side note: I added a new feature |
@chriswalz reveal the delay in responding. I tested it again using the --debug flag and got this output. I didn't see any errors ... apparently everything is normal ... but I will continue doing some tests. Follow the link debug co test. About the bit I will test this .. interesting feature.. Note: I had already checked out with git at the time of the test. |
Just dropping a comment to say I'm facing the same issue.
|
Describe the bug
The bit is not working with repositories with access via ssh. When executing a checkout action on a branch for example, when entering my ssh password and confirming no success is obtained and no error either.
I tried with the same repository using https and had success when informing username and password performing the same action.
To Reproduce
A video showing the action performed.
Expected behavior
Succeed using ssh access.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: