haydenull / logseq-plugin-git

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

Git push failing on logsec mac git extension, but in terminal works. error "Device not configured" #58

Open shermanchris24 opened 6 months ago

shermanchris24 commented 6 months ago

Pushing through terminal works fine but getting this error when commit pushing though logseq git extension on mac.

commit success, then -> error message. Git push failed fatal: could not read Username for 'https://github.com': Device not configured

haydenull commented 5 months ago

It is recommended to push using SSH.

amanintech commented 4 months ago

I have tried authentication using SSH as well. Still the same issue. Using git directly in CLI works.

amanintech commented 4 months ago

I used this command and it fixed it git config --global credential.helper store