logseq-plugin-git icon indicating copy to clipboard operation
logseq-plugin-git copied to clipboard

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

Open shermanchris24 opened this issue 10 months ago • 3 comments

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

shermanchris24 avatar Apr 02 '24 16:04 shermanchris24

It is recommended to push using SSH.

haydenull avatar Apr 08 '24 12:04 haydenull

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

amanintech avatar May 07 '24 20:05 amanintech

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

amanintech avatar May 07 '24 21:05 amanintech

Thank's I tried that and it didnt work for me. Although I believe I was using https.

I switched to ssh and created a new key and linked it to github and is working now, thanks

shermanchris24 avatar Oct 04 '24 19:10 shermanchris24