-
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
Git Pull Fatal Error #318
Comments
Thank you. Could you also insert a |
|
Hmm. This is bad. Exit code 127 means that the command cannot be found... But yours is found. Can you execute |
Actually, you probably want to pipe something into it: echo 123 | /mingw64/libexec/git-core/git.exe rev-parse --parseopt --stuck-long -- It outputs |
I get the same output with
I get:
I get:
Output:
|
Is there any chance I could get access to your machine to debug this issue? |
When it comes down to it this is a work machine and I don't think I can get away with that. I can skype and share screens and enter commands you tell me to. I know that can be frustrating though. |
FWIW I tried again on Windows 10 (x86) and could not reproduce the issue, either.
Let's do that, then. |
This is a fresh install of Git For Windows: Git-2.5.0-64-bit.exe on Windows 10 (64 bit)
git --version
: git version 2.5.0.windows1When I run
git pull
(both outside and inside repos) I get the following message:I have traced it to
. git-sh-setup
specifically:@dscho requested I insert
set -x
before that line which outputs:The text was updated successfully, but these errors were encountered: