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
When handling a push that includes large files there should be a function or a check to inspect the filesize and reject the push if necessary. Git's pre-receive hook is not a good candidate since it will wait until all the objects are written on disk and then run the hook. Github does it somehow.
The text was updated successfully, but these errors were encountered:
When handling a push that includes large files there should be a function or a check to inspect the filesize and reject the push if necessary. Git's
pre-receive
hook is not a good candidate since it will wait until all the objects are written on disk and then run the hook. Github does it somehow.The text was updated successfully, but these errors were encountered: