-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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:
[master 48d4fa1] anniversaire.org
1 file changed, 2 deletions(-)
git exited abnormally with code 128
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.
Metadata
Metadata
Assignees
Labels
No labels