-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Latest Git kills command prompt (Windows) when using "git submodule update --init --recursive". Previous version does not #1312
Comments
Maybe you can initialize a minimal public repository to make this much easier to reproduce, and to verify in the process that this is not specific to your repository. |
I have observed the same issue when using the git-subrepo module. Any of the To reproduce first install git subrepo (https://github.com/ingydotnet/git-subrepo) then using git bash:
The command window will then disappear if using 2.14.2. |
This sounds like the same thing I get with git lfs when using 2.14.2. I logged at git-lfs: git-lfs/git-lfs#263. When the git lfs hooks are installed and I'm in a repo that uses LFS, both PowerShell and CMD will quit after e.g. git push. Rolling back to 2.14.1 resolves the problem. |
i am not able to do much right now as i am away from my system. patrick984 has a repo - can you try that? Can we roll back to the previous version until this problem is resolved? |
@csmager you probably meant git-lfs/git-lfs#2631 instead. |
After 3h of bug hunting, I found not only the problem, but also that it was already fixed in Cygwin: cygwin/cygwin@21a39b2 (I simply did not see it before today and consequently failed to adjust Git for Windows accordingly). |
I think this is fixed by git-for-windows/MSYS2-packages@e9d0a2b. |
If all goes well, a new snapshot will appear at https://wingit.blob.core.windows.net/files/index.html within the hour. When it does, please test? |
@dscho That snapshot fixes it for me. |
@OtherShadeOfBlue thanks for the feedback! |
A [bug](git-for-windows/git#1312) which caused the console window to be closed when executing certain Bash scripts [was fixed](git-for-windows/MSYS2-packages@e9d0a2b). Signed-off-by: Johannes Schindelin <[email protected]>
Setup
defaults?
to the issue you're seeing?
No. Install 2.14.1.windows.1 and things work fine. Install 2.14.2.windows.1 and problem presents.
Details
Cmd
Minimal, Complete, and Verifiable example
this will help us understand the issue.
submodules to update
submodules start to update, but then command window just disappears (crashed).
URL to that repository to help us with testing?
No. Internal private repository.
The text was updated successfully, but these errors were encountered: