I'm running into network issues because of a corporate proxy and large files in my initial repo, because of which I'm unable to clone my repo:
error: RPC failed; curl 56 Failure when receiving data from the peer
All the solutions and workarounds I found are not working, but I had another thought:
I can download a zipped archive of my repo without issues. Is it possible to prepare a repo folder with the zipped contents and then tell GIT to just link it to my repo?
Looking at How to clone git repository from its zip, their solution relies on clone --bare ...
, which which still downloads the large contents.