You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not able to find an open or closed issue matching what I'm seeing
Setup
Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.11.1.windows.1
built from commit: 1c1842bcba45569a84112ec64f72b08eb2d57c68
sizeof-long: 4
machine: x86_64
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.14393]
What options did you set as part of the installation? Or did you choose the
defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Path Option: CmdTools
SSH Option: OpenSSH
CRLF Option: CRLFAlways
Bash Terminal Option: ConHost
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Builtin Difftool: Disabled
Any other interesting things about your environment that might be related
to the issue you're seeing?
No
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Git Bash or PowerShell (PoshGit) produce the same issue
What did you expect to occur after running these commands?
Expected
WARNING: You called a Git command named 'kog', which does not exist.
Continuing under the assumption that you meant 'log'
in 2.0 seconds automatically...
to be printed, then after 2 seconds, the output of git log or git status (as appropriate) to be printed
What actually happened instead?
git kog:
The text
WARNING: You called a Git command named 'kog', which does not exist.
Continuing under the assumption that you meant 'log'
in 2.0 seconds automatically...
and the output of git log were all printed together after 2 seconds (the autocorrect message was printed before the git log output).
git statud:
After 2 seconds, the output of git status was printed, followed by the text
WARNING: You called a Git command named 'statud', which does not exist.
Continuing under the assumption that you meant 'status'
in 2.0 seconds automatically...
If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
doesn't seem to be repository-specific
The text was updated successfully, but these errors were encountered:
This definitely worked "as expected" in a previous version (i.e. the autocorrect message was printed, then there was a 2-second pause, then the autocorrected git command was run), but unfortunately I'm not sure whether it worked in the previous version or several versions ago.
Setup
defaults?
to the issue you're seeing?
No
Details
Git Bash or PowerShell (PoshGit) produce the same issue
Minimal, Complete, and Verifiable example
this will help us understand the issue.
or
Expected
to be printed, then after 2 seconds, the output of
git log
orgit status
(as appropriate) to be printedgit kog
:The text
and the output of
git log
were all printed together after 2 seconds (the autocorrect message was printed before thegit log
output).git statud
:After 2 seconds, the output of
git status
was printed, followed by the textURL to that repository to help us with testing?
doesn't seem to be repository-specific
The text was updated successfully, but these errors were encountered: