Skip to content

Commit 0fee405

Browse files
BogayLee-W
authored andcommitted
docs(faq): add WinError 995 description to FAQ
1 parent 4ed8d31 commit 0fee405

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/faq.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@ Regarding the name, [cz-js][cz-js] came first, they used the word commitizen fir
7474

7575
[cz-js]: https://github.com/commitizen/cz-cli
7676

77-
### How to handle revert commits?
77+
## How to handle revert commits?
7878

7979
```sh
8080
git revert --no-commit <SHA>
8181
git commit -m "revert: foo bar"
8282
```
83+
84+
## I got `Exception [WinError 995] The I/O operation ...` error
85+
86+
This error is cause by a python bug on windows and it should be fixed in some newer version. (e.g. 3.8.7) So if you encounter this error. Upgrade python version may solve this.
87+
88+
More discussion can be found in issue [#318](https://github.com/commitizen-tools/commitizen/issues/318).

0 commit comments

Comments
 (0)