Board index FlightGear Support 3rd Party Repositories

GIT HELP

GIT HELP

Postby IAHM-COL » Thu Apr 30, 2015 11:15 pm

:shock:

self Explanatory

Hi All

If you face trouble managing any git repository or want help about any GIT related topic, feel free to post below.
Hopefully the community can offer some help
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it? Probably not, because if they don’t recognise their freedoms, they’ll let their freedoms fall
User avatar
IAHM-COL
Retired
 
Posts: 4057
Joined: Wed Aug 08, 2012 6:40 pm
Location: Homey, NV (KXTA) - U.S.A
Callsign: HK-424D or ICAO4243
Version: 3.7-git
OS: Linux

Re: GIT HELP

Postby Clive2670 » Wed Jul 19, 2017 7:27 pm

Hi a question about TerraGit scenery, I have downloaded and installed the latest version of this scenery program, How do I go about downloading the world scenery please. I would like to compare TarraGit with portreekid's Tarramaster. I open the TerraGit file, click on the "install" folder I can see the different scenery files how do i download them please?
Thanks Clive aka: G-BLS01
Can be seen flying the Boeing 777-200LR
Toshiba laptop,
Intel i5 4210U,
16Gb RAM,
AMD R7-M260 graphics 2Gb RAM
Clive2670
 
Posts: 589
Joined: Mon Feb 08, 2016 8:11 pm
Location: Anywhere in the World at some point on Flightgear!
Callsign: G-BLS01
Version: 2018.3.1
OS: Windows 10 64bit

Re: GIT HELP

Postby daweed » Wed Jul 19, 2017 8:03 pm

Have a look on the readme , there is example

For the all world, seems to be install/World
For Europe install/Europe

... etc
Windows 10 / Linux Mint 20
AMD Ryzen 7 3700X |32 Go RAM GeForce RTX 3070 Ti 8 Go
FG Interface
Lyon Saint Exupery Scenery

ATC on LFLL on Friday 19:00 UTC => 22:00 UTC
daweed
 
Posts: 398
Joined: Thu Dec 11, 2014 11:45 am
Location: LFKP LFLL
Callsign: daweed
OS: Linux Mint 20

Re: GIT HELP

Postby Clive2670 » Thu Jul 20, 2017 6:28 pm

OK thanks I've read the "read me" file and I'm getting my head around it now! I've tried step 1 by doing what it says and then all I get is the same error time and time again which is as follows:
$ git clone https://github.com/FGMEMBERS-TERRAGIT/terraGIT.git
Cloning into 'terraGIT'...
remote: Counting objects: 83036, done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Any idea's please?
Thanks Clive aka: G-BLS01
Can be seen flying the Boeing 777-200LR
Toshiba laptop,
Intel i5 4210U,
16Gb RAM,
AMD R7-M260 graphics 2Gb RAM
Clive2670
 
Posts: 589
Joined: Mon Feb 08, 2016 8:11 pm
Location: Anywhere in the World at some point on Flightgear!
Callsign: G-BLS01
Version: 2018.3.1
OS: Windows 10 64bit

Re: GIT HELP

Postby daweed » Fri Jul 21, 2017 9:13 am

Clive2670 wrote in Thu Jul 20, 2017 6:28 pm:OK thanks I've read the "read me" file and I'm getting my head around it now! I've tried step 1 by doing what it says and then all I get is the same error time and time again which is as follows:
$ git clone https://github.com/FGMEMBERS-TERRAGIT/terraGIT.git
Cloning into 'terraGIT'...
remote: Counting objects: 83036, done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Any idea's please?



My Last update lead me to this error (have a check on TerraGit Official forum) :
http://www.thejabberwocky.net/viewtopic.php?f=58&t=1049

Code: Select all
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed


was exactly what happen to me

IAHM-COL give me some piece to try to solve, i never success ...since i didn't have more help. To be able to fly i leave TG for the moment and get back to TS.
I used a python script to download the all world TS. It take long time (my internet connexion is poor, more than a week and about 100 Go to download)

http://wiki.flightgear.org/TerraSync
https://sourceforge.net/p/flightgear/fl ... rrasync.py

Regards
Windows 10 / Linux Mint 20
AMD Ryzen 7 3700X |32 Go RAM GeForce RTX 3070 Ti 8 Go
FG Interface
Lyon Saint Exupery Scenery

ATC on LFLL on Friday 19:00 UTC => 22:00 UTC
daweed
 
Posts: 398
Joined: Thu Dec 11, 2014 11:45 am
Location: LFKP LFLL
Callsign: daweed
OS: Linux Mint 20

Re: GIT HELP

Postby Richard » Fri Jul 21, 2017 5:52 pm

Clive2670 wrote in Thu Jul 20, 2017 6:28 pm:error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed


That happens sometimes; you will probably need to recursively delete the affected directory; update it and then submodule update it.

As part of my ever continuing "try anything once" lifestyle[1] I'm currently using TG as my main scenery. Be aware that the Terrain mesh for is currently very broken in the Alps (and maybe other places); I find it lacking in the OSM coverage that I'd got used to (although it does have other buildings, I think from project 3000) it doesn't have the same OSM Building coverage as Terrasync, There are less sunken airports. I've got Europe, but the git download before you start method I find inferior to the download on demand TS method - but it does improve loading times.

----------
[1] excluding items with moving parts or anything involving getting out of my chair.
Richard
 
Posts: 810
Joined: Sun Nov 02, 2014 11:17 pm
Version: Git
OS: Win10

Re: GIT HELP

Postby Clive2670 » Fri Jul 21, 2017 7:24 pm

All sorted now thanks to all that replyed
Thanks Clive aka: G-BLS01
Can be seen flying the Boeing 777-200LR
Toshiba laptop,
Intel i5 4210U,
16Gb RAM,
AMD R7-M260 graphics 2Gb RAM
Clive2670
 
Posts: 589
Joined: Mon Feb 08, 2016 8:11 pm
Location: Anywhere in the World at some point on Flightgear!
Callsign: G-BLS01
Version: 2018.3.1
OS: Windows 10 64bit

Re: GIT HELP

Postby wkitty42 » Sat Jul 29, 2017 12:38 am

Richard wrote in Fri Jul 21, 2017 5:52 pm:but the git download before you start method I find inferior to the download on demand TS method - but it does improve loading times.

download on command is cool except when it doesn't work... i've been using the terrasync.py script from FGMETA since it was developed and released... i run it before each flight now... i was running it only when i compiled a new build after repo updates... it is over and done in less than two minutes, generally, and that's with the entire world downloaded and at hand ;)
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9123
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: GIT HELP

Postby bugman » Sat Jul 29, 2017 9:49 am

The official script has moved from FGMeta to the flightgear repository itself:

Regards,
Edward
bugman
Moderator
 
Posts: 1808
Joined: Thu Mar 19, 2015 10:01 am
Version: next

Re: GIT HELP

Postby wkitty42 » Sat Jul 29, 2017 7:28 pm

my bad, bugman... you are right... the script is in the scripts/python directory... it is the dnc script that is in FGMETA... :oops:
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9123
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04


Return to 3rd Party Repositories

Who is online

Users browsing this forum: No registered users and 2 guests