Page 1 of 1

The terragit cloning failed at «Terrain/w090n10» [CLOSED]

Posted: Mon May 07, 2018 5:13 pm
by 288he
Hi to all. Today all the day I have fatal error when I try cloning the terragit scenery to my local drive. The clone proccess stopped at «Terrain/w090n10» with next error description: remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: The server does not support the request of the undeclared object fe55c3d685533e18bc7f3ec940c84a0ef7cd719d
Obtained along the path of the submodule "Terrain / w090n10", but does not contain fe55c3d685533e18bc7f3ec940c84a0ef7cd719d. Failed to receive direct commit. Any help is welcome

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Mon May 07, 2018 6:11 pm
by IAHM-COL
Thanks for the report. I'll investigate.

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Tue May 08, 2018 1:34 pm
by 288he
Any news? Still have the error :(

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Tue May 08, 2018 7:35 pm
by IAHM-COL
Hi
I recently pushed a fix, please test if it works for you, as follows

Code: Select all

git pull
install/tile w090n10


it worked now on my side.

Best,
IH

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Wed May 09, 2018 3:27 pm
by 288he
I see your commit by git log. But after

Code: Select all

git pull
install/world
nothing happens, I see again terminal invitation

I'm cloning the whole world to my local drive. I've just copied more then 100 gb and now it stopped

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Wed May 09, 2018 6:38 pm
by IAHM-COL
when it returns to terminal silently is usually a good sign.
Do you have the terrain at w090n10?

IH

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Thu May 10, 2018 12:46 pm
by 288he
IAHM-COL wrote:when it returns to terminal silently is usually a good sign.
Do you have the terrain at w090n10?

IH

Yes. I have w090n10 (487,3 МиБ (510962561 B)) in /terraGIT/.git/modules/Terrain. But I can't clone further. Why the proccess stops at this point? I tried the direct comand

Code: Select all

git submodule update --depth=1 --init
, but also no result, the cloning don't start

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Thu May 10, 2018 6:53 pm
by 288he
I refused to clon this huge terragit scenery. I fully deleted 110 gb downloaded files. The topic may be closed.

Re: The terragit cloning failed at «Terrain/w090n10»

Posted: Thu May 10, 2018 8:42 pm
by IAHM-COL
oh!? OK.
You've had already cloned it, thou.

I was about to suggest:

cd Terrain/w090n10
git fetch origin
git checkout origin/master


That would have been a logical try. But is it maybe too late :|

Best,
IH