We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Magit Status
I'm on Windows, and the magit extension doesn't seem to respond to commands.
Here's an example of using the Magit status command:
Magit status
I'm sorry, I didn't find any way to gather more information about the problem.
Here's some information about my system:
OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22631 N/A Build 22631`
$ code --version 1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 x64
Thanks for your extension, its workflow looks very interesting!
The text was updated successfully, but these errors were encountered:
@g-berthiaume I was facing a similar problem. It went away after setting the git executable path in settings.
Sorry, something went wrong.
Hi @sgopale! Thanks for your answer, it solved my problem!
For those stumbling upon this issue, adding magit.git-path to my settings.json solved the problem:
magit.git-path
e.g.
"magit.git-path": "C:\\path-to-git\\git.exe",
@kahole do you want me to close this issue?
No branches or pull requests
I'm on Windows, and the magit extension doesn't seem to respond to commands.
Here's an example of using the
Magit status
command:I'm sorry, I didn't find any way to gather more information about the problem.
Here's some information about my system:
Thanks for your extension, its workflow looks very interesting!
The text was updated successfully, but these errors were encountered: