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
At least on Mac, when setup.cmd runs and copies the pre-commit hook into ./git/hooks, it needs to be made executable - after the copy. If there isn't already an executable file in the hooks directory, it gets copied as non-executable, regardless of the status of the original file in tools.
We should also make the pre-commit in the serializer executable, in case it hasn't come in that way from the repo.
The text was updated successfully, but these errors were encountered:
At least on Mac, when setup.cmd runs and copies the pre-commit hook into ./git/hooks, it needs to be made executable - after the copy. If there isn't already an executable file in the hooks directory, it gets copied as non-executable, regardless of the status of the original file in tools.
We should also make the pre-commit in the serializer executable, in case it hasn't come in that way from the repo.
The text was updated successfully, but these errors were encountered: