Can I use Azure DevOps as a separate server for git-lfs?

Arindam Ghosh 1 Reputation point
2021-03-06T20:40:23.92+00:00

I have a repository on GitHub.com. I need to add a large file to it (>1GB). git-lfs seems to be the solution but GitHub probably offers only upto 2GB for free. Can I use Azure as a separate large file server while the actual codes stay in GitHub?

I tried configuring lfs Endpoint to the Azure repo and the git origin to GitHub.com. It does not seem to be working.

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

2 answers

Sort by: Most helpful
  1. Ken Tucker 5,846 Reputation points
    2021-03-06T21:24:46.823+00:00

    From the docs

    Repositories should generally be no larger than 10GB. You can run git count-objects -vH in a command prompt, and look for the entry called "size-pack" to determine how large your repository is:

    https://learn.microsoft.com/en-us/azure/devops/repos/git/limits?view=azure-devops


  2. Dave Patrick 426.1K Reputation points MVP
    2021-03-06T22:02:20.533+00:00

    Devops / TFS is not currently supported here on QnA. The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/spaces/21/index.html
    https://developercommunity.visualstudio.com/spaces/22/index.html

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments