I’ve been getting an error from the unity package manager when opening a project. The error is the one in the picture attached. For a bit more context, I need to use a VPN in order to download some company hosted assets. They get updated pretty frequently and are about 2-3GB. I’ve researched this error online and found some answers about modifying my .gitconfig file which I’ve already done but I haven’t been able to get rid of this error. The only way I can fix it is to keep hitting retry and hoping that the download will be successful next time. Unfrotunately that is very time consuming. If any one has experienced this, how can I solve it?
The additions to my .gitconfig are:
[core]
autocrlf = true
packedGitLimit = 512m
packedGitWindowSize = 512m
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
[http]
postBuffer = 524288000