现在已经在这里放了几个小时,因为我的后端不是很好。 我想立即在输入字段中自动显示信息。 但是当我在选择标签中一起显示它时,它才会出现。
@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%'
)