-
Notifications
You must be signed in to change notification settings - Fork 26
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
passphrase prompt #41
Comments
Hey! :) Glad to hear it's useful to you. Thanks for reporting this issue! If
Is there any difference in what you see perhaps? There might be some output in the |
Hello, init.el:
.dir-locals.el
C-h v gac-automatically-push-p shows me:
upstream setting
git-auto-push bufferIt's empty. I don't see any output. The only output I see is on the minibuffer when saving a file. passphrase promptIf I do when quitting emacsIt prompt me with this active process list:
|
Hello,
Thank you for this useful package.
I have set up git-auto-commit-mode with a dir-locals.el.
When I save a file, the auto-commit works fine. However the push fails.
Here is the content of the Messages buffer:
my remote repository looks like ssh://git…
When I push with magit, it prompts for the passphrase within the mini buffer but it seems to fail with git-auto-commit-mode.
Is git-auto-commit-mode supposed to ask me for the passphrase of the key ?
Edit: my bad. The upstream was not set.
I did the following in my repo: git push --set-upstream origin master
Now when I save, the error does not appear anymore in the Messages buffer, but It still does not push nor asks for a passphrase.
The text was updated successfully, but these errors were encountered: