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
Also i try with make better bat script, here is source:
@echo off
set _path=%cd%
set _path=%_path:"=%set drive=%_path:~0,1%set _path=%_path:~2%set _path=%_path:\=/%if %drive%==A set "drive=a"if %drive%==B set "drive=b"if %drive%==C set "drive=c"if %drive%==D set "drive=d"if %drive%==E set "drive=e"if %drive%==F set "drive=f"if %drive%==G set "drive=g"if %drive%==H set "drive=h"if %drive%==I set "drive=i"if %drive%==J set "drive=j"if %drive%==K set "drive=k"if %drive%==L set "drive=l"if %drive%==M set "drive=m"if %drive%==N set "drive=n"if %drive%==O set "drive=o"if %drive%==P set "drive=p"if %drive%==Q set "drive=q"if %drive%==R set "drive=r"if %drive%==S set "drive=s"if %drive%==T set "drive=t"if %drive%==U set "drive=u"if %drive%==V set "drive=v"if %drive%==W set "drive=w"if %drive%==X set "drive=x"if %drive%==Y set "drive=y"if %drive%==Z set "drive=z"set dir="/mnt/%drive%%_path%"C:\Windows\System32\bash.exe -c "git %* --git-dir=%dir%"
And vscode terminal try to open git /mnt/d/Program Files/Microsoft VS Code directory, response:
Using git "/mnt/d/Program Files/Microsoft VS Code"
git version 2.7.4 from C:\Users\Me\Documents\Scripts\git.bat
git rev-parse --show-toplevel
git rev-parse --show-toplevel
git status -z -u
git fetch
git config --get commit.template
git show :c:/Users/Me/Documents/Scripts/git.bat
But this won't work :/ Is any other solution to add bash as git?
How to fix it and run it with native windows ubuntu bash? Thanks!
The text was updated successfully, but these errors were encountered:
This is my vscode config:
windowsExec and windows works good but git.path dont work.. How i use windows native bash for vscode
git.path
?And vscode git logs response:
My bat script:
On refresh response alert:
Also i try with make better bat script, here is source:
And vscode terminal try to open git
/mnt/d/Program Files/Microsoft VS Code
directory, response:But this won't work :/ Is any other solution to add bash as git?
How to fix it and run it with native windows ubuntu bash? Thanks!
The text was updated successfully, but these errors were encountered: