Read the statement by Michael Teeuw here.
Can't clone from GitHub
-
@sdetweil Hmm, tried disabling my Antivirus but I still got the same error.
-
@sdetweil Do you know what else might be the problem?
-
@MMRPi1 no… not really…
so when u go to clone, you open the project github page, push the green clone or download button mid page right, then push the copy button next to the url, right?
then open the terminal window and type git clone
and then paste in the url just copied…lets try to get one file, not using git
curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/dumpactivemodules.js >dumpactivemodules.js
should produce a tiny js file
-
@sdetweil I think that worked
-
this link says it might be a library update
are you on windows or linux?
for linux
https://stackoverflow.com/questions/52379234/gnutls-handshake-failed-error-in-the-pull-function
circa 2019…for windows, do you use a proxy to access the network?
-
@sdetweil I’m using SSH on Windows to access the pi (Linux obviously). I tried on the pi as well but I got the same error.
I tried the advice on stack overflow but got the same error. -
@MMRPi1 how do you connect to the internet?
-
@sdetweil Through my router. Not sure I understand the question
-
@MMRPi1 ok, just checking… some people have another machine acting as a router…
-
@sdetweil can u use git clone on windows?
(have to install git 1st)