-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Windows Sever 2008 R2 graceful handing of pre-receive hooks #1927
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
Comments
Please try a current version.
Please search the issues (open and closed) for this symptom ("add_item", I am sure I saw this at least once before). |
I upgraded to 2.19.1 but I still get the same exception. I noticed that the sh.exe process max'es out before I get the above exception for something as simple as
I think it has something to do some inteference with sh.exe and could be local to my Window Server OS. You can close out this ticket, I just need to figure out what is messing up sh.exe |
I used Windows process explorer and it looks like some windows functions was messing up sh.exe. Reordered the Path variable and the server side hooks started working. I read in a couple of stackoverflow posts that issue is mainly for 64-bit installer. @dscho Can I close this issue or is there a fix needed ? https://stackoverflow.com/questions/47823054/sh-exe-stackdump-when-use-git-stash/53546463#53546463 |
Was
If you want, you can close it. I would still like to find out how the In any case, the good news is that |
It was the following
I had to change it to the following to get it to work
|
I guess that means that one of the other In any case, calling Git via |
Git version - git version 2.11.1.windows.1
OS - Windows Server 2008 R2 machine.
pre-receive hooks does not work. Throws the following exception
The text was updated successfully, but these errors were encountered: