I am trying to install FFmpeg onto my Raspberry Pi but I am getting an error when trying to clone into github.com
The command I entered was:
sudo git clone https://github.com/FFmpeg/FFmpeg.git
The error Iam getting is:
Cloning into 'FFmpeg'...
fatal: unable to access 'https://github.com/FFmpeg/FFmpeg.git/': gnutls_handshake() failed: Key usage violation in certificate has been detected.
What can I do to get to get past this error?