任何想法为什么git hash-object与shasum和openssl命令有不同的结果?
➜ printf test | shasum
a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 -
➜ printf test | git hash-object --stdin
30d74d258442c7c65512eafab474568dd706c430
➜ echo -n "test" | shasum
a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 -