File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,19 @@ To https://github.com/wesleyscholl/git-commit-push-script.git
9494 c76b73c..be6fe58 CRS-12345-Git-Script-Test -> CRS-12345-Git-Script-Test
9595```
9696
97- 9 . Enjoy the script!
97+ ## Troubleshooting
98+
99+ You may encounter an error from the following command because of the ` -S ` flag:
100+ ``` shell
101+ git commit -S -m " <commit message>"
102+ ```
103+ To resolve this error, remove the ` -S ` from the command in the ` git-commit-push-script.sh ` file:
104+ ``` shell
105+ git commit -m " <commit message>"
106+ ```
107+ If you want to use the -S flag, configure your Git configuration to use the GPG key for signing commits.
108+ Use the guide here: https://totalwine.atlassian.net/wiki/spaces/TP/pages/3155263556/Setting+up+your+Github+Account#Setting-up-a-GitHub-Signing-Key
109+
98110
99111## License
100112This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments