You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've tried many times but I cannot install your script. Everytime I have the same error : fatal:unable to connect to git.drogon.net
Is this a server issue ?
Thank you
The text was updated successfully, but these errors were encountered:
I found this repo - was so excited about it and got into the same exact error. Thankfully, I found a solution - hope it brightens your day!
The wipingPi repo is now included in raspberry pi by default, but this repo still needs it to be in a certain folder. So, just git clone this repo like instructions say, go inside the folder and change install.sh to clone wiringPi repo from the new source. So, this will look like:
git clone https://github.com/soulgriever/FanGPIO
cd FanGPIO
nano install.sh
Now change line 7 from git clone "git://git.drogon.net/wiringPi" to git clone "https://github.com/WiringPi/WiringPi". Change line 8 from cd wiringPi to cd WiringPi. Press CTRL + X and Y to save the change and exit nano.
Hello. I've tried many times but I cannot install your script. Everytime I have the same error : fatal:unable to connect to git.drogon.net
Is this a server issue ?
Thank you
The text was updated successfully, but these errors were encountered: