The probability of this happening at random is around 1 in 250 million (if you care that the hash prefix is all zeroes, versus just all the same character: 1 in 4 billion).
Github has officially announced that they have over 100 million active users, and over 400 million repositories.
At Github's scale this is a common event; on the order of monthly.
Having N leading zeroes is very similar to what "Bitcoin mining" consists of. Brutforcing small-ish N is possible on Raspberry PI in seconds, large-ish is almost impossible
10 comments
[ 2.8 ms ] story [ 37.8 ms ] threadEDIT: Looking further into it, it looks like there's almost two thousand commits on github starting with this exact hash: https://github.com/search?q=hash%3A0000000&type=commits&p=1
There's a reason Git doesn't simply use CRC32 or the like.
Github has officially announced that they have over 100 million active users, and over 400 million repositories.
At Github's scale this is a common event; on the order of monthly.