Git LFS allows large files to be associated with a code repository without tracking changes to the files in the git repo. This significantly reduces the size of the repository.
Temporary Workaround:
Because LFS is just a pointer to the location of the file, it is possible to use a 3rd party storage solution such as S3, Google Cloud Storage, or Azure Blob Storage to store the files with the git repository in Harness. We have tested this and it works as expected.
'git config lfs.url https://lfs_server.com/path'