'Git Bash' 是否属于虚拟机?

Is 'Git Bash' classified as a virtual machine?

Git Bash是否属于虚拟机?

简而言之,不,这不是虚拟机,这是模拟器。

基于this

In Windows, we tend to run commands in CMD but they are actually executable files that exist in the C:\Windows\System32 folder. The same case is for bash, it requires the utilities to make the commands work. In Unix systems, these utilities will be under /usr/bin directory. So, by installing the Git Bash these utilities will be installed in C:\Program Files\Git\usr\bin folder.

该程序实际上安装了为 windows 运行时创建并在 linux.

中使用的命令

不,Git-Bash 不是模拟器也不是虚拟机(WSL 是,AFAIK)。这是一个 port — 软件,为 Linux(和一般的 Unix)编写并在 w32 上编译为 运行 native