We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Git push failed fatal: could not read Username for 'https://github.com': Device not configured
The text was updated successfully, but these errors were encountered:
It is recommended to push using SSH.
Sorry, something went wrong.
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
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: