Read the statement by Michael Teeuw here.
Can't clone from GitHub
- 
 @bhepler Thanks so much. I feel rather silly knowing that a simple reboot would resolve the SSH issue. Unfortunately, I still can’t access git though. 
- 
 @MMRPi1 said in Can't clone from GitHub: Unfortunately, I still can’t access git though. one thing at a time!.. 
- 
 @sdetweil You’re right, the SSH is all sorted 
- 
 @MMRPi1 eh? ‘all sorted’ means working to me 
- 
 @sdetweil Yes I can SSH into the pi fine now. 
- 
 @MMRPi1 ok, I missed that … what did u reboot? the pi, or the router? let remove git and reinstall it sudo apt-get remove git 
 sudo apt-get install git
- 
 @sdetweil I rebooted the router. 
- 
 @sdetweil I tried reinstalling git and I got the same error. 
- 
 @MMRPi1 just to recheck git clone https://github.com/sdetweil/MagicMirror_scripts.gitfails with the same error… do this cat ~/.gitconfigis there a [http] proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080
- 
 @sdetweil I got this instead: [http] 
 sslVerify = false
