Problems to install

Hello,
I try to reinstall my brewpi, but in the step “sudo ./install.sh” I get an error message.
It is this: “checking for internet connection … could not ping github.com. Are you sure you have a working internet connection? Installer will exit, because it needs to fetch code from github.com

My ethernet connection works correctly, I can navigate well with the browser and the rest of the previous steps did not give any problem.
Thank you

Hi Blau,

This path works for me - https://github.com/BrewPi/brewpi-tools

Can you confirm that you are using this full command?
git clone https://github.com/BrewPi/brewpi-tools.git ~/brewpi-tools
sudo ~/brewpi-tools/install.sh

Justin

Hi Justin,
my commands were this:

git clone http://github.com/BrewPi/brewpi-tools.git ~/brewpi-tools
cd brewpi-tools
sudo ./install.sh

do you think the difference between http: // … and https: // … can be the problem?
Until this afternoon I will not have access to the machine.
I just have to repeat the command with https: // …?
Thank you.
Ramon.

Ramon, sorry for the delay.
I am not sure about the http:// vs https:// factor. I am no web expert but I do know that occasionally my web browser will not open a page if it has an expired security certificate.

I would recommend trying the https address in the command line and see what happens.
For context, I just used the automated installer two weeks ago and it worked perfectly (this used the https address).

Sorry I can’t be of more help.
Justin

Hello Justin,
you have been helpful. Your advice has made me understand something else and I have already managed to solve this problem. I’m standing at another point, but I’ll report it in another thread for not confusing this one.
Thanks again.
Ramon

hi! same issu here, cant install brewpi… could not ping github.com… how can you fix it

If you cannot reach github, that’s a problem your Internet connection on the pi.

Or less likely, GitHub is down. If that’s the case, just try again.