I am using git with MINGW64(install by git) on windows. MINGW64 is great, but lack of some command which rarely use on windows. Today, I just have a whim to figure out how to use wget in it.
I found this mingw-w64/wiki2/MSYS, it says The all-in-one package on the MinGW-w64 download page. all-in-one? uh-huh, but I don't see there is anyway to install wget command...
And this wiki for mingw32, it has a package manger which can install wget.
I just want something like oneclick install, or visual manager interface(for idiot) to install some command, without complex configuration(complexity make life hard when setup a new dev machine...).