Closed mamodom closed 6 years ago
Hi @mamodom , thanks for your feedback!
I'll try to have a look at it soon, I just need to see how it plays on Windows & OSX
:up: Just happened to me
Is there any progress for this issue? Just got the same error on Ubuntu 16.04 and @mamodom workaround doesn't help me out.
Also since I have installed node from package manager tried to define link from nodejs to node with ln -s /usr/bin/nodejs /usr/bin/node
and it is not solving my issue. Thanks
Same problem on latest stable Debian.
@kazazor It looks like the compare expr needs single = not ==. ie: [ "$TEST" = "%PATH%" ]; This woks on Ubuntu 17.10 and MacOSX 10.13 Sorry I don't have access to a windows env to test on windows.
I'm getting the following error right after installing
get-pre-commit
I found a workaround, which is to change
#!/bin/sh
to#!/bin/bash
in./.git/hooks/pre-commit
line 1.The only problem is that everyone clonning the repo would have to manually update this, and every time
git-pre-commit
is re-installed,./.git/hooks/pre-commit
is overwritenInfo