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
I'm using msys2 git version 2.6.2 on windows10
But always display Initialize git repository in GIT pane.
Initialize git repository
The text was updated successfully, but these errors were encountered:
I'm guessing code runs git rev-parse --show-toplevel but returns /c/ prefixed paths.
git rev-parse --show-toplevel
/c/
Sorry, something went wrong.
It seems bingo! When I make junction link like below.
cd C:\ mklink /J C C:\
code works fine with git.
So, vscode should convert path on msys2 into C:\ prefixed paths.
C:\
I installed package https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-git-git
No branches or pull requests
I'm using msys2 git version 2.6.2 on windows10
But always display
Initialize git repository
in GIT pane.The text was updated successfully, but these errors were encountered: