Reputation: 161
I am trying to commit my code from a Windows system into a git repository. But whenever I execute "git commit" command, I get the below error:
.git/hooks/pre-commit: line 11: py: command not found
Also tried adding the python path to the "Path" system vriables. But no resolution.
Upvotes: 1
Views: 3457