haydenull / logseq-plugin-git

A git plugin for logseq
MIT License
113 stars 23 forks source link

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" #57

Open shermanchris24 opened 5 months ago

haydenull commented 5 months ago

It is recommended to use SSH for pushing.

janemiceli commented 4 months ago

My friend is also having this problem and we setup the remote origin to use git@github.com ... What is causing to try and use https?

amanintech commented 4 months ago

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