-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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 does not appear to be working #38427
Comments
Just upgraded to the following version, the issue does not appear to be resolved: Code - Insiders 1.19.0-insider (3a7d517, 2017-11-15T05:17:28.098Z) |
@liam-potter I upgraded this version just now, but git does not appear, |
@wangdachangchang My comment was that upgrading to that version did not resolve the issue. I have upgraded to the following version this morning and Git appears to be working again: (91a2020, 2017-11-16T05:17:48.036Z) I will test this on my work machine (where Git was broken) tomorrow to confirm it is definitely fixed. |
This happened because we no longer use Git from Github for Windows. You must install Git. |
I have never had Github for Windows installed on my work machine, only Git, and after arriving into the office this morning this issue persisted. Reinstalling Git and updating |
@liam-potter Got it. Can you do me a favor? Search in the registry for the path where git.exe is installed. Maybe if we can look into that registry value, we could detect where you have installed it. |
Sorry if I wasn't being clear, but the issue is resolved for me now that I have manually configured my As requested I have looked in the registry but the only references to |
I got it. I just wonder if we can detect an official Git for Windows installation, even when it's installed on another location, you know? Hm those look almost what we need... I can also dig a bit. |
Not sure if it is of any help, but on most modern Windows installations (probably Windows 7 or higher) you can run |
Steps to Reproduce:
.git
folder)git status
in integrated terminal works fine (in my case I am using integrated bash).git
folder.Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: