You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to wolfSSL/wolfssl#6779 and addressed in wolfSSL/wolfssl#6798, this repo has a similar problem for Windows users when attempting to commit changes in a fork:
The less-than-intuitive error message is due to the zero-byte-length pre-commit file that is created by autogen.sh and the poor method in which Visual Studio handles it (as an error, rather than just ignoring it).
Interim solution is to simply delete the zero-length .git/hooks/pre-commit file.
The text was updated successfully, but these errors were encountered:
Similar to wolfSSL/wolfssl#6779 and addressed in wolfSSL/wolfssl#6798, this repo has a similar problem for Windows users when attempting to commit changes in a fork:
The less-than-intuitive error message is due to the zero-byte-length
pre-commit
file that is created by autogen.sh and the poor method in which Visual Studio handles it (as an error, rather than just ignoring it).Interim solution is to simply delete the zero-length
.git/hooks/pre-commit
file.The text was updated successfully, but these errors were encountered: