gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

For fetch / push use ports configured in ~/.ssh/config

Open krlvi opened this issue 1 year ago • 1 comments

This applies for setups where the remote has non-22 port setup for ssh

krlvi avatar Feb 15 '24 08:02 krlvi

There is a blocker for the libgit2 implementation https://github.com/libgit2/libgit2/issues/5640

For this we might need to shell out

krlvi avatar Feb 15 '24 23:02 krlvi

By now it's possible to use the Git executable for authentication. The setting is available in the project settings of existing projects are can be set when adding new ones.

Screenshot 2024-04-21 at 18 51 12

Does this work for you?

Byron avatar Apr 21 '24 16:04 Byron

Indeed, going to close this for now - if possible, switch to the Git executable auth mechanism which should honor all of your Git config.

Let me know if this isn't the case for some reason! Thanks for the report :)

Qix- avatar Apr 30 '24 13:04 Qix-