-
Notifications
You must be signed in to change notification settings - Fork 20
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
SSH key issues with dokku #107
Comments
The problem seems to occur when committing not pushing. Have you tried to commit something as the user the Webserver is running with? Code 128 sometimes refers to missing global config options (eg. name and e-mail) or mixed up access rights for the repo. |
Committing through the command line as the web user works, then when i try and push that to github via the plugin I get the following error.
Not sure if they are somehow related? I can run the following command on the server |
It's quite difficult to debug this without access to the server. And is a bit more I can help you here. I hope you understand. |
Having issues using this plugin with a server running dokku on digital ocean. When pulling/pushing from git using the plugin I get the following error
Command 'LC_ALL=C git commit '--author=REDACTED <[email protected]>' -m 'Content updates'' failed (exit-code 128).
I have git setup on the server and can pull and push from the repository using the command line. If the plugin is using the same git account as is set on the server then why would this error be occurring?
The text was updated successfully, but these errors were encountered: