On Sun July 21 2019 21:15:31 Michele Calgaro via trinity-devel wrote: > https://mirror.git.trinitydesktop.org/gitea/TDE/tde > follow instruction in readme.md that is display at the end of the page > above :-) Hi Michele, Thanks for the pointer. Unfortunately it still requires the main repo in order to pull in the scripts to get started (see below). I have to take be offline for an hour or two but I will try later to clone the scripts directly from the mirror and then use them as described in readme.md. --Mike $ git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde Cloning into 'tde'... remote: Counting objects: 96209, done. remote: Compressing objects: 100% (31922/31922), done. remote: Total 96209 (delta 67541), reused 90043 (delta 62746) Receiving objects: 100% (96209/96209), 33.94 MiB | 485.00 KiB/s, done. Resolving deltas: 100% (67541/67541), done. $ cd tde $ git submodule init -- scripts Submodule 'scripts' (https://system@xxxxxxxxxxxxxxxxxxxxxx/scm/git/scripts) registered for path 'scripts' $ git submodule update -- scripts Cloning into '/cache/TDE/tde/scripts'... fatal: unable to access 'https://system@xxxxxxxxxxxxxxxxxxxxxx/scm/git/scripts/': The requested URL returned error: 503 fatal: clone of 'https://system@xxxxxxxxxxxxxxxxxxxxxx/scm/git/scripts' into submodule path '/cache/TDE/tde/scripts' failed Failed to clone 'scripts'. Retry scheduled Cloning into '/cache/TDE/tde/scripts'... ^C $ git --version git version 2.20.1 --------------------------------------------------------------------- To unsubscribe, e-mail: trinity-devel-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx For additional commands, e-mail: trinity-devel-help@xxxxxxxxxxxxxxxxxxxxxxxxxx Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting