Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MohsenneChaverdie/d7104dd9fceeadfdcb7c759f3935ea02 to your computer and use it in GitHub Desktop.
Save MohsenneChaverdie/d7104dd9fceeadfdcb7c759f3935ea02 to your computer and use it in GitHub Desktop.
AzureDevOps Error 503 Workaround
git config --global http.postBuffer 1000000000
git config --global lfs.activitytimeout 60
git config --global http.version HTTP/1.1
------------
- Apparently, HTTP/2 setup is not very compatible with git large files.
@junaid109
Copy link

Thanks for this fix, was an issue working on a project with large files.

@kkirby
Copy link

kkirby commented Apr 12, 2022

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment