-
-
Notifications
You must be signed in to change notification settings - Fork 571
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
Push requires credentials #1318
Comments
depending on what platform you are on this issue might help you: #800 |
produces the result
you can then type But you have to enter it every time, so I have to keep this in my clipboard to be able to use |
Why not just use ssh keys? They work with gitui and they are much better than keeping a plaintext password to your GitHub just sitting there. |
It's not possible for you to introspect all of the reasons why I might be using https instead of ssh keys, so let's keep it on topic. The short version is every git tool I use works with my setup except for gitui, which is why this request for support is reasonable. My suggestion was to offer a simple escape hatch for the time being. |
To be clear the request is reasonable. Was genuinely curious as to why https was needed. |
FYI, it does not seem to be plug&play. I had problems with gitui even though I'm using SSH since the very beginning. Managed to solve it with #1185 (comment). |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
anti-stale |
For me, this is fixed on master as per #800. Requires |
@lukepighetti can you test if the above fixes it for you too? |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
When I try to push from within gitui I get a modal for username / password. When I do
git push
on the command line, it uses already established credentials.My expectation was that gitui push would work just like
git push
I am on macOS
The text was updated successfully, but these errors were encountered: