Ankündigung

Einklappen
Keine Ankündigung bisher.

LBS19000(195|196|305) - HUE Bridge | Light | Plug

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • lio123
    antwortet
    Habe mal Details einbelnden können:
    root@edomi php]# git clone --branch=master https://github.com/jonofe/Phue
    Initialized empty Git repository in /usr/local/edomi/main/include/php/Phue/.git/
    * Couldn't find host github.com in the .netrc file; using defaults
    * About to connect() to github.com port 443 (#0)
    * Trying 192.30.253.112... * Connected to github.com (192.30.253.112) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    * NSS error -12190
    * Error in TLS handshake, trying SSLv3...
    > GET /jonofe/Phue/info/refs?service=git-upload-pack HTTP/1.1
    User-Agent: git/1.7.1
    Host: github.com
    Accept: */*
    Pragma: no-cache

    * Connection died, retrying a fresh connect
    * Expire cleared
    * Closing connection #0
    * Issue another request to this URL: 'https://github.com/jonofe/Phue/info/refs?service=git-upload-pack'
    * Couldn't find host github.com in the .netrc file; using defaults
    * About to connect() to github.com port 443 (#0)
    * Trying 192.30.253.112... * Connected to github.com (192.30.253.112) port 443 (#0)
    * TLS disabled due to previous handshake failure
    * NSS error -12286
    * Expire cleared
    * Closing connection #0
    * Couldn't find host github.com in the .netrc file; using defaults
    * About to connect() to github.com port 443 (#0)
    * Trying 192.30.253.112... * Connected to github.com (192.30.253.112) port 443 (#0)
    * NSS error -12190
    * Error in TLS handshake, trying SSLv3...
    > GET /jonofe/Phue/info/refs HTTP/1.1
    User-Agent: git/1.7.1
    Host: github.com
    Accept: */*
    Pragma: no-cache

    * Connection died, retrying a fresh connect
    * Expire cleared
    * Closing connection #0
    * Issue another request to this URL: 'https://github.com/jonofe/Phue/info/refs'
    * Couldn't find host github.com in the .netrc file; using defaults
    * About to connect() to github.com port 443 (#0)
    * Trying 192.30.253.112... * Connected to github.com (192.30.253.112) port 443 (#0)
    * TLS disabled due to previous handshake failure
    * NSS error -12286
    * Expire cleared
    * Closing connection #0
    error: while accessing https://github.com/jonofe/Phue/info/refs

    fatal: HTTP request failed
    [root@edomi php]#



    Einen Kommentar schreiben:


  • jonofe
    antwortet
    nein. ich würde mal testweise ein neues Edomi aufsetzen und dann noch mal testen.
    Hast ja oben in meinem Screenshot gesehen, dass es funktioniert. Ubd bei mir ist es auch eine Standard Edomi Installation.

    Einen Kommentar schreiben:


  • lio123
    antwortet
    ja das geht

    64 bytes from lb-192-30-253-113-iad.github.com (192.30.253.113): icmp_seq=73 ttl=53 time=140 ms

    Müsste der Ordner /Phue nicht vor dem Clone angelegt werden?

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    Nein, PHP spielt da ja gar keine Rolle. Ist ja nur der git Befehl der nicht funktioniert.
    Hast du denn mal probiert, ob du den github Server vom EDOMI Server aus anpingen kannst?

    Einen Kommentar schreiben:


  • lio123
    antwortet
    An PHP vielleicht? Bei mir ist es die 5.3.2

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    Ich habe auch 1.7.1. Daran liegt es nicht.

    Einen Kommentar schreiben:


  • lio123
    antwortet
    habe gelesen, dass es an einem alten git liegen kann - habe Version 1.7.1 drauf.
    Aber bis jetzt noch keine funktionierende Update-Möglichkeit gefunden.

    Eine Abwandlung in etwa so:
    git remote set-url origin https://username@github.com/org/project.git könnte helfen jonofe, könntest Du mir den username nennen? Danke und Grüße, Lio
    Zuletzt geändert von lio123; 03.03.2018, 19:49.

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    Ja, dann sollte Internet nicht das Problem sein.

    Ich hab aber auch keine andere Idee dazu, da ich das Problem nicht nachstellen kann.

    Einen Kommentar schreiben:


  • lio123
    antwortet
    Aber, wenn die ersten Schritte erfolgreich waren, sollte doch eine Internetverbnidung möglich sein, oder?
    Ich hatte schon andere Pakete installiert, wie z.B. für den smartmeter.
    Dachte, das wird alles vom Internet gezogen?!

    Muss ich am Router oder auf Edomi was freischalten?


    Danke und Gruß,
    Lio

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    Ich habe es gerade noch mal auf meinem Developement System ausprobiert:

    Screenshot from 2018-03-03 10-54-20.png

    Funktioniert problemlos ...

    Vermutlich hat dein EDOMI Server keinen Internetzugriff, daher kann github nicht erreicht werden.

    Einen Kommentar schreiben:


  • vento66
    antwortet
    Irgendwie gibt es den Pfad https://github.com/jonofe/Phue/info/ nicht im github.

    Einen Kommentar schreiben:


  • lio123
    antwortet
    jonofe
    dieses Verzeichnes gab/gibt es bei mir noch nicht?!?

    root@edomi php]# rm -rf Phue
    [root@edomi php]# git clone --branch=master https://github.com/jonofe/Phue
    Initialized empty Git repository in /usr/local/edomi/main/include/php/Phue/.git/
    error: while accessing https://github.com/jonofe/Phue/info/refs

    fatal: HTTP request failed
    [root@edomi php]#
    Zwischenablage01.jpg

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    ja, zuerst das Verzeichnis Phue komplett löschen.

    Code:
    rm -rf Phue

    Einen Kommentar schreiben:


  • lio123
    antwortet
    Zitat von jonofe Beitrag anzeigen
    schau mal in Post #246 ganz unten ...
    Meinst Du, dass man /Phue löschen soll und neu clonen?

    bei mir kommt folgende Meldung:
    [root@edomi ~]# cd /usr/local/edomi/main/include/php
    [root@edomi php]# git clone --branch=master https://github.com/jonofe/Phue
    Initialized empty Git repository in /usr/local/edomi/main/include/php/Phue/.git/
    error: while accessing https://github.com/jonofe/Phue/info/refs

    fatal: HTTP request failed
    [root@edomi php]#

    Danke und Grüße,
    Lio

    Einen Kommentar schreiben:


  • jonofe
    antwortet
    schau mal in Post #246 ganz unten ...

    Einen Kommentar schreiben:

Lädt...
X