Installing sha1sum on git-bash (MinGW)

gitmingwsha1

I've been using git-bash on Windows 7 a lot. I gather it is a wrapper of MinGW. It has md5sum but not sha1sum. I'd like to install sha1sum, but I can't figure out how.

When I try mingw-get, it says "command not found"

When I tried to download mingw-get from SourceForge, I only found an installer for the entire MinGW program but not for mingw-get.

How do I install either getting sha1sum or getting mingw-get?

Best Answer

mingw-get is available at

sourceforge.net/projects/mingw/files/Installer/mingw-get

After you have that installed run

mingw-get install msys-coreutils

Related Question