-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 failed fatal: could not read Username for 'https://github.com': No such device or address #17
Comments
me to |
same |
hi guys, I found a way to solve this issue. You need to generate a github token and change your upstream settings. Follow the link on how to do this: |
I didn't wanted the token in the remote url and after many fails I got it to work with this:
This links the "normal" osxkeychain binary to the dugite/git/libexec folder which seems to have most of the git binaries linked? and with that it works I don't have any idea if this could be added to the dugite node package itself - or if logseq has to add it or even if its possible to do in this plugin - don't have enough logseq experience yet xD |
I'm on Linux using |
The information above was helpful but had to do some trial and error to finally get it right. Here are the steps that got it working.
|
Thanks a lot 🙏🏾. This saved me a whole lot of headache. |
I am in the same situation as you. Did you find a solution? |
Some research I did into this issue based off of @negue's suggestion (I am a self-hosted gitea user with an https URL):
but the plugin can't. Bummer! I'm not sure if there is a way to proceed here without manually pushing. Committing with the plugin works great. |
Thank you for the guide!
|
I seem to be able to pull from the repo my logseq file is in no problems, but it won't let me push to it coming up with the following error:
I've looked everywhere I can, but I can't find where to update the credentials (if there is such a place). I apologise if I'm being dumb.
The text was updated successfully, but these errors were encountered: