Estou tentando executar:
git clone https://gitorious.org/wive-rtnl-ralink-rt305x-routers-firmware/wive-rtnl-ralink-rt305x-routers-firmware.git
Mas, está me dando o seguinte erro:
Cloning into 'wive-rtnl-ralink-rt305x-routers-firmware'...
remote: Counting objects: 202544, done.
remote: warning: suboptimal pack - out of memory
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
Eu tentei resolver o problema () pelo seguinte:
git config --global pack.windowMemory "100m"
git config --global pack.SizeLimit "100m"
git config --global pack.threads "1"
git config --global pack.window "0"
Ainda assim, o problema não está resolvido. Qualquer resposta seria de grande ajuda. Agradecemos antecipadamente.