Skip to content

Commit 6d050c4

Browse files
committed
CRS-12345 - Commit xyz
1 parent 174e7bd commit 6d050c4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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
100112
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)