iPod Touch 5 iOS 9.3.5 Git error
Opened this issue · 2 comments
Jefferyat commented
when trying to git clone repo i get this
iPod-touch-5-935:~ root# git clone http://github.com/p0larisdev/untether.git
Cloning into 'untether'...
fatal: unable to access 'https://github.com/p0larisdev/untether.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
iPod-touch-5-935:~ root#
dk865 commented
Maybe instead try the following:
curl -LO https://github.com/p0larisdev/untether/archive/refs/heads/master.zip
unzip master.zip
If curl and unzip give errors, you can install them with this:
apt update
apt install curl unzip -y
This should fix your issue.