You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to configure Logseq to work with git over Https on MacOS, but I get the following error:
If I manually execute the .git/hooks/pre-commit or post-commit scripts, the git authentication succeeds. I suspect that I need to store my Git personal access token somewhere for the Logseq process to have access to it, but am not sure where/how.
Are https repos supported? Or only via ssh?
I am running Git 2.40.0 and have my git config set to the credential.helper=osxkeychain
The text was updated successfully, but these errors were encountered:
I am trying to configure Logseq to work with git over Https on MacOS, but I get the following error:
If I manually execute the .git/hooks/pre-commit or post-commit scripts, the git authentication succeeds. I suspect that I need to store my Git personal access token somewhere for the Logseq process to have access to it, but am not sure where/how.
Are https repos supported? Or only via ssh?
I am running Git 2.40.0 and have my git config set to the
credential.helper=osxkeychain
The text was updated successfully, but these errors were encountered: