• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Can't clone from GitHub

Scheduled Pinned Locked Moved Unsolved Troubleshooting
107 Posts 3 Posters 52.2k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    bhepler Module Developer
    last edited by Apr 21, 2020, 4:58 PM

    I still want that connectivity check. The Pi can see the Windows box, but I want confirmation that the Pi can see the internet.

    M 1 Reply Last reply Apr 21, 2020, 4:59 PM Reply Quote 0
    • M Offline
      MMRPi1 @bhepler
      last edited by Apr 21, 2020, 4:59 PM

      @bhepler Oh yeah sorry, I did that and it worked fine, I got a bit of html

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MMRPi1
        last edited by Apr 21, 2020, 5:01 PM

        @MMRPi1 no… the second answer

        Might be issue with gnutls Package. we have to compile a git Package with openssl instead of gnutls. Follow the below steps,

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Apr 21, 2020, 5:02 PM Reply Quote 0
        • M Offline
          MMRPi1 @sdetweil
          last edited by Apr 21, 2020, 5:02 PM

          @sdetweil That one shows up first for me. In any case I tried and it still doesn’t work

          S 1 Reply Last reply Apr 21, 2020, 5:02 PM Reply Quote 0
          • S Offline
            sdetweil @MMRPi1
            last edited by sdetweil Apr 21, 2020, 5:03 PM Apr 21, 2020, 5:02 PM

            @MMRPi1 u recompiled the git with openssl?? then it should give the gnutils error

            sudo apt-get install -y build-essential fakeroot dpkg-dev
            sudo apt-get -y build-dep git
            sudo apt-get install -y libcurl4-openssl-dev
            
            mkdir git-openssl
            cd git-openssl
            apt-get source git
            cd git-*
            sed -i -e 's/libcurl4-gnutls-dev/libcurl4-openssl-dev/g' 
            ./debian/control
            sed -i -- '/TEST\s*=\s*test/d' ./debian/rules
            sudo dpkg-buildpackage -rfakeroot -b
            sudo dpkg -i git_2.7.4-0ubuntu1.6_arm64.deb
            
            #CleanUp
            cd ../../
            sudo rm -rf git-openssl
            You can follow This Bog or You can find simple script here to do that
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 2 Replies Last reply Apr 21, 2020, 5:04 PM Reply Quote 0
            • M Offline
              MMRPi1 @sdetweil
              last edited by Apr 21, 2020, 5:04 PM

              @sdetweil I tried that and got gnutls_handshake() failed: Close notify
              But that’s the same error as before :/

              S 1 Reply Last reply Apr 21, 2020, 5:12 PM Reply Quote 0
              • S Offline
                sdetweil @MMRPi1
                last edited by Apr 21, 2020, 5:12 PM

                @MMRPi1 then you are not running the openssl git…

                u may have to run the pi admin tool for software and updates to enable source download… I had to

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                M B 2 Replies Last reply Apr 21, 2020, 5:16 PM Reply Quote 0
                • M Offline
                  MMRPi1 @sdetweil
                  last edited by Apr 21, 2020, 5:16 PM

                  @sdetweil How do you do that?

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    bhepler Module Developer @sdetweil
                    last edited by Apr 21, 2020, 5:21 PM

                    “gnutls_handshake() failed: Close notify”… I’m sorry, I don’t understand this. Can you type out the exact error that you’re seeing? Including all the text after “failed”.

                    M S 2 Replies Last reply Apr 21, 2020, 5:22 PM Reply Quote 0
                    • M Offline
                      MMRPi1 @bhepler
                      last edited by Apr 21, 2020, 5:22 PM

                      @bhepler fatal: unable to access: gnutls_handshake() failed: Close notify

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 8 / 11
                      8 / 11
                      • First post
                        71/107
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy