All our team uses Windows machines.
I have a certain number of medium-sized binary files used by my program. In total about 100 megabytes. These files seldom change, therefore I don't want every commit to include all of them.
Initially I wanted to use git-lfs and replace all of them by pointers, but it turns out that git-lfs doesn't support the file:// protocol, and I am not allowed to install anything on the machine, so I cannot install the git-lfs-server.
Any suggestions on how to avoid the exploding repository problem in this case?