teleshoes / tpacpi-bat

ThinkPad ACPI Battery Util
GNU General Public License v3.0
432 stars 47 forks source link

install.pl fails because github is not supporting unauthenticated git:// protocol #106

Closed bgx90 closed 2 years ago

bgx90 commented 2 years ago

Github is no longer supporting unauthenticated connections using the git:// protocol, so install.pl fails on trying to clone acpi_call with the url git://github.com/teleshoes/acpi_call.git. Changing git:// to https:// fixes the problem and install.pl runs successfully.

teleshoes commented 2 years ago

thanks!