阅读背景:

wslgit

来源:互联网 
@echo off
setlocal enabledelayedexpansion
set command=%*
If %PROCESSOR_ARCHITECTURE% == x86 (
    echo | C:\Windows\sysnative\bash.exe -c 'git %command%'
) Else (
    echo | bash.exe -c 'git %command%'
)@echo off
setlocal enabledelayedexpansion
set co



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: