Open adriendomoison opened 5 years ago
Hello,
Just tried using GOW today because I needed sha1sum on windows and ended up finding that GOW sha1sum doesn't quite work as I expected.
sha1sum
Here is the result using sha1sum on Mac, Linux, Online generators & Cygwin
$ echo -n "hello" | sha1sum aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d *-
And the result using sha1sum with GOW
echo -n "hello" | sha1sum aa5916ae7fd159a18b1b72ea905c757207e26689 *-
From doing more research, this might be considered as "normal" behavior.
https://stackoverflow.com/questions/48836583/git-hash-object-is-yielding-different-sha1-in-powershell-cmd-and-bash
Any input on how to go around this issue?
Hello,
Just tried using GOW today because I needed
sha1sum
on windows and ended up finding that GOWsha1sum
doesn't quite work as I expected.Here is the result using
sha1sum
on Mac, Linux, Online generators & CygwinAnd the result using
sha1sum
with GOW