haydenull / logseq-plugin-git

A git plugin for logseq
MIT License
115 stars 24 forks source link

Issue Trying to Commit on MacOs #7

Closed MattHodge closed 2 years ago

MattHodge commented 2 years ago

Hi There,

I get the following error when trying to commit on MacOS.

Git push failed
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
fatal: could not read Username for 'https://github.com': Device not configured
image

I can use the command like successfully.

MattHodge commented 2 years ago

Ended up fixing it by switching to https://github.com/GitCredentialManager/git-credential-manager as per this post https://github.com/logseq/git-auto/issues/11#issue-1136562560.

Works now!