Azure devops Repo>100 MB LFS fail to Sync

Dondapati, Navin 291 Reputation points
2024-02-01T22:43:06.5766667+00:00

Hi Guys, We have created Repo in Azure devops, we were able to publish files less than 20 MB, beyond that it fails to publish, we tried installing git lfs install on local and tried to publish the branch, but it fails to deploy. What setting need to be changed at repo or project level in order to publish files greater than 5 GB? And we need to include any git attributes, so that it ignores and push the files to branch. Regards, Navin

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,742 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dondapati, Navin 291 Reputation points
    2024-02-01T23:05:47.8966667+00:00

    https://stackoverflow.com/questions/77485593/azure-devops-git-push-fails-with-lfs-with-large-file-150mb FS: Client error &{%!!(string=https) %!!(string=) %!!(*url.Userinfo=) %!!(string=yyy.visualstudio.com) %) from HTTP 413 HTTP 413 is usually a proxy or any other networking/machine limitation. To solve this issue, you can run the following command on your local machine.

    git config http.version HTTP/1.1
    

    On the other hand, you can also check if the presence of a local proxy server will affect git lfs.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.