How to calculate the same hash as on GitHub?
I saw this answer, but result is still different:
$file = "https://raw.githubusercontent.com/itm4n/Perfusion/master/Perfusion.sln"
$out = "D:\bu\2\1\45\Perfusion.sln"
$res = Iwr $file
$Content = "blob 2326\x00"+$res.Content
$Content|out-file $out
Get-FileHash -Algorithm SHA1 $out
Output : FCB24D664A2FB8D8F783A8D14C5087A276BC94E9
But here i see c226191c92d0a7e43550f40f198ed96df9e65724