linux-sunxi / sunxi-mali-proprietary

Sunxi Mali-400 proprietary support libraries.
15 stars 29 forks source link

Can"t clone this repo #1

Open Barracuda72 opened 10 years ago

Barracuda72 commented 10 years ago

Then trying to git submodule update in sunxi-mali source tree, I always get Receiving objects: 22% (38/168), 972.00 KiB | 7 KiB/s error: RPC failed; result=18, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: recursion detected in die handler It"s only on this repo. Percents are always different, between 15 and 22. Then trying to clone directly (git clone https://github.com/linux-sunxi/sunxi-mali-proprientary.git) I"m getting timeout issue, clone didn"t even start. Internet works fine, other github repos cloning OK.

mittorn commented 9 years ago

Try use --depth 1 or clone earler revision. It seems that you have very slow internet connection (git is evil that connot recover failed fetch)

amery commented 9 years ago

you can download a tar of initial workspace from http://dl.linux-sunxi.org/users/amery/repo-dumps/ and then pull once to get the latest changes over git