Este será um artigo útil.
The basic idea is that C:\Program Files\Git\mingw64\ is your / directory according to Git Bash (note: depending on how you installed it, the directory might be different. from the start menu, right click on the Git Bash icon and open file location. It might be something like C:\Users\name\AppData\Local\Programs\Git, the mingw64 in this directory is your root). If you go to that directory, you will find the typical linux root folder structure (bin, etc, lib and so on). If you are missing a utility, such as wget, track down a binary for windows and copy the files to the corrisponding directories. Sometimes the windows binary have funny prefixes, so you should rename the exe file to the standard name. Since bin is on the PATH, it will be automatically available to Git Bash.
Não é fácil. Você tem que encontrar, baixar e copiar para qualquer diretório global ferramentas compiladas para o ambiente Windows (* arquivos .exe como wget.exe) Você pode copiá-los para C: \ Arquivos de Programas \ Git \ mingw64 \ bin ou qualquer outro diretório listado no seu variável PATH do sistema ou usuário para ter acesso global a esses arquivos.