git clone fails with gnutls_handshake() failed error in the push function
galed3e3 opened this issue · 1 comments
galed3e3 commented
git clone https://github.com/waveform80/pistreaming.git fails as noted on my new RPi Zero W
A different git clone done moments before worked fine:
git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
Any ideas on what's wrong and how to fix?
galed3e3 commented
worked using sudo git clone https://github.com/waveform80/pistreaming.git
suggest adding "sudo" to the installation instructions.