-
Notifications
You must be signed in to change notification settings - Fork 528
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
Git authentication fails #2582
Comments
This is happening for me as well, making Gitbutler functionally useless until this is fixed since I can't create pull requests from virtual branches. I'm on a Mac M1 Pro, and have identical setup to the above. I'm excited about gitbutler and will try it out again when this is fixed! |
Hey, sorry about the delay and about the issue you're running into. @bripkens do you use a git remote with an invalid host in order to specify the identity file? This is currently known to break the app, but we're keen to find a solution. |
@mtsgrd To the best of my knowledge nothing is misconfigured/has an invalid host. For your info, here are excerpts of the files. And as mentioned, the config is working with all other solutions I am using (VSCode, Intellij and the git client itself):
^ Trailing |
@Byron Pushing works 🎉. However, the commit becomes unverified. |
That's great to hear! Regarding the signing issue, my assumption is that you have configured signing in Git, but GitButler commits are not necessarily respecting this configuration yet. However, it is able to sign commits itself using the generated SSH-Key, but it's a GitButler setting which might not be configured here. |
Regarding the unsigned commit, could you share your setup and roughly what you did to get that unsigned commit? (I think I have an idea, but want to be sure). From there, I'd be able to create a new issue and close this one. Thanks again for your help. |
Sure @Byron
From a UI perspective, I just went into Gitbutler and hit the commit button followed by push. I haven't configured any of Gitbutler's SSH keys/Gitbutler specific signing. I would personally prefer to rely on Git's native signing capabilities and configuration. The
|
Thanks for the clarification and all the help! I have created #3586 to capture this issue, and close this one as it appears resolved. |
Hey folks,
the git authentication is failing for me through the Gitbutler client. It is however working fine through the
git
CLI and various IDEs (Intellij and VSCode for example).My setup:
ssh-add -l
)cat ~/.ssh/config
)Within Gitbutler, I tried the
Auto Detect
mode, as well asUse existing SSH key
(without passphrase).Error shown within Gitbutler:
The text was updated successfully, but these errors were encountered: