Skip to content
New issue

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

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

Closed
shermanchris24 opened this issue Apr 2, 2024 · 4 comments

Comments

@shermanchris24
Copy link

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

@haydenull
Copy link
Owner

It is recommended to push using SSH.

@amanintech
Copy link

amanintech commented May 7, 2024

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

@amanintech
Copy link

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

@shermanchris24
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants