0

I'm trying to migrate azure git repository to github. For this I'm trying to follow below steps:

  1. Cloned azure git repo on local machine
  2. Changed the origin url
  3. Now trying to push the repository to github

it gives "git push file exceeds the limit of 100MB" error.

When I checked for large file in repo, I found inside .git/objects/pack/pack.... there is a 195MB file.

I tried to remove that large pack file but it is necessary, which I cant remove

torek
  • 448,244
  • 59
  • 642
  • 775
Abhishek
  • 583
  • 5
  • 16

1 Answers1

1

Github be default doesn't support files greater than 100 MB.

You have to enable GITHUB LFS for uploading large files.

ouflak
  • 2,458
  • 10
  • 44
  • 49
Raga
  • 38
  • 5