-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEA Support #95
Comments
Hi, @LeoVS09 could you try it on |
Hi @Arkweid, I see the same error with 0.6.6 and IDEA on Ubuntu Linux. Reverting to 0.6.5 and reinstalling hooks ( |
Was test multiple version, before each version install I delete
Also, we having the same error when running |
Am I not sure about changes between versions, but you can give version without changes in pty interface, but with other hooks install updates? Maybe it will work |
My team also run into this. I guess interactive pre-commit scripts are tricky if you are using a GUI (introduced in #94). Some things we also noticed: In my GUI of choice, GitUp, I don't get the In both GitUp and PHPStorm we got the tty-error when using the GUI to push code. Not a big problem since we usually use the command line to push. |
I have the same error in VSCode as well. Using I've commented the |
Going to fix that on this wekeend! |
Fixed in 0.6.7 |
@Arkweid problem still exists in PhpStorm, seems like it is not exiting push. Even if tests fail. As well it just fails and provides no feedback why, while pushing when you have for example bash script which executes command via docker running. |
I using Jetbrains Webstorm and lefthook not working for me.
When I run commit through Webstorm
Commit failing with
Run on linux mint
When run by
git commit
in the terminal all workingThe text was updated successfully, but these errors were encountered: