Read the statement by Michael Teeuw here.
Can't clone from GitHub
-
git pull from the MagicMirror folder.
-
@MMRPi1 that’s different from clone
-
pull to update, clone to install modules. I get the same error in any case.
-
@MMRPi1 ok, there was another person that had a similar problem and there was an extra . On the end of the url
-
@sdetweil Oh alright. I think the issue here is somewhat security related but I could be wrong.
Not sure what to do about it though. Since I’ve been able to update MM and also add new modules in the past. -
@MMRPi1 some folks are experiencing this cause their antivirus live protection has downlevel tls (https) support
-
@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