在windows 安装的 Git bash 无法使用wget命令:
git bash wget: command not found(WINDOWS)_bash
Windows中git bash完全可以替代原生的cmd,但是对于git bash会有一些Linux下广泛使用的命令的缺失,比如wget命令。

1、下载wget.exe,地址:https://eternallybored.org/misc/wget/

2、将wget.exe 拷贝到C:\Program Files\Git\mingw64\bin\ 下面