Page 1 of 1

terraGIT Error

Posted: Sat May 13, 2017 4:56 pm
by daweed
Hello,

i am encountering some error when installing terraGIT
Terrain/e000n40 seems to be problematic.

Having purged all data, wanted to reinstall full :

daweed@FARMERSALOON /data01/Flightgear/terraGIT $ ./install/World

......


Code: Select all

Clonage dans 'Terrain/e000n40'...
remote: Counting objects: 5624, done.
remote: Compressing objects: 100% (3605/3605), done.
fatal: The remote end hung up unexpectedly21 MiB | 473.00 KiB/s   
fatal: fin de fichier prématurée
fatal: index-pack failed
fatal: Le clonage de 'https://gitlab.com/FGMEMBERS-TERRAGIT/e000n40-terrain.git' dans le chemin de sous-module 'Terrain/e000n40' a échoué
daweed@FARMERSALOON /data01/Flightgear/terraGIT $



Regards

Re: terraGIT Error

Posted: Sun May 14, 2017 3:25 pm
by IAHM-COL
Ive seen this before.
It seems to be a problem of failure server-client connection while downloading the submodule of a given tile.

Reset as follows to try again:


In terraGIT (git bash or command line)

Code: Select all

git submodule deinit -f Terrain/e000n40
rm .git/modules/Terrain/e000n40 -Rf
git submodule init Terrain/e000n40
git submodule update Terrain/e000n40


If this succeeds, then continue

Code: Select all

git pull
install/World

Re: terraGIT Error

Posted: Mon May 15, 2017 1:56 pm
by daweed
Hello IAHM-COL,

Thanks for reply , i try your solution this evening.

Re: terraGIT Error

Posted: Mon May 15, 2017 7:59 pm
by daweed
Hello,

same issue :

Code: Select all

daweed@FARMERSALOON /data01/Flightgear/terraGIT $ git submodule deinit -f Terrain/e000n40
submodule 'Terrain/e000n40' (https://gitlab.com/FGMEMBERS-TERRAGIT/e000n40-terrain.git) is not register for the path 'Terrain/e000n40'

daweed@FARMERSALOON /data01/Flightgear/terraGIT $ rm .git/modules/Terrain/e000n40 -Rf

daweed@FARMERSALOON /data01/Flightgear/terraGIT $ git submodule init Terrain/e000n40
submodule 'Terrain/e000n40' (https://gitlab.com/FGMEMBERS-TERRAGIT/e000n40-terrain.git) registered for path 'Terrain/e000n40'

daweed@FARMERSALOON /data01/Flightgear/terraGIT $ git submodule update Terrain/e000n40
Clonage dans 'Terrain/e000n40'...
remote: Counting objects: 5624, done.
remote: Compressing objects: 100% (3605/3605), done.
fatal: The remote end hung up unexpectedly GiB | 607.00 KiB/s     
fatal: fin de fichier prématurée
fatal: index-pack failed
fatal: Clone 'https://gitlab.com/FGMEMBERS-TERRAGIT/e000n40-terrain.git' in the submodule path 'Terrain/e000n40' failed
daweed@FARMERSALOON /data01/Flightgear/terraGIT $

Re: terraGIT Error

Posted: Wed Jun 21, 2017 11:36 am
by daweed
Hello,

Does someone have a another idea ?
I even delete the all directory (.git directory included) and restart cloning repo & restart GIT process (install/World)

Same thing happen on the same tile.

Daweed