From 4df9237e1ad330acf3542399ced5853e9855a770 Mon Sep 17 00:00:00 2001 From: zweistein Date: Fri, 19 Feb 2016 22:58:57 +0100 Subject: Fehler besteht immer noch --- Howtos/IT-Infrastruktur.mdwn | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Howtos/IT-Infrastruktur.mdwn') 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! -
$ git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git
+
+1. Versuch Ausserhalb SF-Netzwerk:
+$ git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git
Klone nach 'wiki' ...
socket: Address family not supported by protocol
ssh: connect to host www-static.zdl.internetputzen.com port 22: Address family not supported by protocol
fatal: Could not read from remote repository.
-Please make sure you have the correct access rights -and the repository exists.
+Please make sure you have the correct access rights and the repository exists.
+
+2. Versuch innerhalb SF-Netzwerk mit Besucherlaptop:
+% git clone git+ssh://www-static.zdl.internetputzen.com/srv/www/wiki.starship-factory.ch/wiki.git
+Klone nach 'wiki'...
+The authenticity of host 'www-static.zdl.internetputzen.com (2a00:6340:5:2000:216:3eff:fe33:c06)' can't be established.
+ED25519 key fingerprint is (gelöscht).
+Are you sure you want to continue connecting (yes/no)? yes
+Warning: Permanently added 'www-static.zdl.internetputzen.com,2a00:6340:5:2000:216:3eff:fe33:c06' (ED25519) to the list of known hosts.
+zweistein@www-static.zdl.internetputzen.com's password:
+fatal: protocol error: bad line length character: Crea
+
* Dokumentation: * [[Bilder ins Wiki hochladen|Howtos/bilder-ins-wiki]] -- cgit v1.2.1