logseq-plugin-git
logseq-plugin-git copied to clipboard
Git push failing on logsec mac git extension, but in terminal works. error "Device not configured"
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
It is recommended to push using SSH.
I have tried authentication using SSH as well. Still the same issue. Using git directly in CLI works.
I used this command and it fixed it git config --global credential.helper store
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