Closed
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.10.0.windows.1
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.10586]
- What options did you set as part of the installation? Or did you choose the
defaults?
# One of the following:
$ cat /etc/install-options.txt
Path Option: Cmd
SSH Option: OpenSSH
CRLF Option: CRLFCommitAsIs
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Details
-
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
I am using git-bash inside conemu normally. This also happens in just default git-bash.exe though.
-
What commands did you run to trigger this issue?
$ devenv -build debug [path to solution file]
I also tried with winpty because I assumed that Mintty just could not read the information.
$ winpty devenv -build debug [path to solution file]
- What did you expect to occur after running these commands?
I was expecting to see the output of the build. I can see the output just fine in cmd.exe and git-cmd.exe. - What actually happened instead?
Nothing is printed to the screen