logseq-plugin-git
logseq-plugin-git copied to clipboard
Git push failing on logsec mac git extension, but in terminal works. error "Git push failed fatal: could not read Username for 'https://github.com': Device not configured"
It is recommended to use SSH for pushing.
My friend is also having this problem and we setup the remote origin to use [email protected] ... What is causing to try and use https?
I used git credentials helper and it fixed it - git config --global credential.helper store