What site can i use to store an unreal project for git source control

I have a pretty big project (about 8 gb so far) that i need to use source control for collaboration. I tried to put the project on github and kept getting errors every time i tried to push. I looked into it and apparebtly you cant store a project larger than 1 gb on github. So what site can i use to push the project to?

  • GitLab has ni file size limit and 10GB repository size limit.
  • Visual Studio Team Service has a very good reputation
    And both offer Git LFS for big files.