Skip to content
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

Add support for specifying which git exe to use #45

Open
marksie1988 opened this issue Oct 2, 2023 · 3 comments
Open

Add support for specifying which git exe to use #45

marksie1988 opened this issue Oct 2, 2023 · 3 comments

Comments

@marksie1988
Copy link

Hi,

Currently the plugin uses the git shipped with logseq, this is a problem as I use ssh-agent on windows which has my SSH keys in it.

When I try to push this is not possible as the logseq git does not appear to be reading my ssh keys from the windows ssh-agent.

image

by adding the ability to also use the system git command it should resolve this issue.

@k2s
Copy link
Contributor

k2s commented Oct 2, 2023

That is not possible.
This plugin uses internal API of Logseq to use git. Plugin are not allowed to access disk or run binaries.

In your case I expect that the Git integration that exists in Logseq without this plugin will also not work.
If that is true, could you pls. open this issue in Logseq bugtracker?

@ohare93
Copy link

ohare93 commented Oct 9, 2023

Same issue here.

@marksie1988
Copy link
Author

Same issue here.

I logged this but no response

logseq/logseq#10310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants