Skip to content

Instantly share code, notes, and snippets.

View junaid109's full-sized avatar
🏠
Working from home

Junaid Malik junaid109

🏠
Working from home
View GitHub Profile
@MohsenneChaverdie
MohsenneChaverdie / GitLFSEssentialCommandsForError503.txt
Created February 27, 2020 15:14
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.