Azure DevOps Server (TFS) modify the Git file size limit

All files checked in Git will always remain in the repository, restricting large files checked into code libraries, disk usage can increase efficiency, improve the efficiency of system backup and restore and other routine maintenance.

By the following settings, team project administrator can prevent files over a certain size into the repository. If the push to limit new files or update files larger than this setting included in the configuration, the push will be blocked. When push is blocked, the user can submit native code library rewritten so that it can successfully push all submission.

image


http://www.cnblogs.com/danzhang/   DevOps MVP Zhang Hongjun

--

Guess you like

Origin www.cnblogs.com/danzhang/p/10928825.html