You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently don't do any checksums on github files. to do so, we would have to get the sha1s of every file in a separate API request (i.e. the tree), which is going to be slow. would be nice if github added a checksum to every raw request.