diff options
author | zweistein <zweistein@web> | 2016-02-19 22:58:57 +0100 |
---|---|---|
committer | root <root@www-static.zdl.internetputzen.com> | 2016-02-19 22:58:57 +0100 |
commit | 4df9237e1ad330acf3542399ced5853e9855a770 (patch) | |
tree | 42dc30c497744042e5451d6027e65a362515d29c /Howtos | |
parent | 9b1bfd0e7d97ee26d85cf2348e968a186b934800 (diff) |
Fehler besteht immer noch
Diffstat (limited to 'Howtos')
-rw-r--r-- | Howtos/IT-Infrastruktur.mdwn | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Howtos/IT-Infrastruktur.mdwn b/Howtos/IT-Infrastruktur.mdwn index 9e8f9dc7..839d1de1 100644 --- a/Howtos/IT-Infrastruktur.mdwn +++ b/Howtos/IT-Infrastruktur.mdwn @@ -18,13 +18,25 @@ URL: [[Mailinglisten|Mailingliste]] * Git command: git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git /!\ Funktioniert leider nicht! -<div class="alert alert-info">$ git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git<br/> +<div class="alert alert-info"> +1. Versuch Ausserhalb SF-Netzwerk:<br/> +$ git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git<br/> Klone nach 'wiki' ...<br/> socket: Address family not supported by protocol<br/> ssh: connect to host www-static.zdl.internetputzen.com port 22: Address family not supported by protocol<br/> fatal: Could not read from remote repository.<br/> -Please make sure you have the correct access rights -and the repository exists.</div> +Please make sure you have the correct access rights and the repository exists.<br/> +<br/> +2. Versuch innerhalb SF-Netzwerk mit Besucherlaptop:<br/> +% git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git<br/> +Klone nach 'wiki'...<br/> +The authenticity of host 'www-static.zdl.internetputzen.com (2a00:6340:5:2000:216:3eff:fe33:c06)' can't be established.<br/> +ED25519 key fingerprint is (gelöscht).<br/> +Are you sure you want to continue connecting (yes/no)? yes<br/> +Warning: Permanently added 'www-static.zdl.internetputzen.com,2a00:6340:5:2000:216:3eff:fe33:c06' (ED25519) to the list of known hosts.<br/> +zweistein@www-static.zdl.internetputzen.com's password: <br/> +fatal: protocol error: bad line length character: Crea<br/> +</div> * Dokumentation: * [[Bilder ins Wiki hochladen|Howtos/bilder-ins-wiki]] |