mcobit / retrosmc

An easier way to get retropie onto osmc
Other
212 stars 32 forks source link

Change git clone from git:// to https:// #26

Closed Listerofsmeg closed 7 years ago

Listerofsmeg commented 7 years ago

git works fine for a direct connection to the internet. However problems occur when using behind a proxy/firewall. Utilizing https:// would help alleviate this problem. HTTPS uses port 443 which is very rarely blocked or restricted by firewalls/proxies.

I have just ran the script on my Pi3 behind a proxy. With the old revision I got a connection refused error from github, with https it has gone straight through.