Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server down ? #2

Open
djobbydjobba opened this issue Jun 3, 2019 · 2 comments
Open

Server down ? #2

djobbydjobba opened this issue Jun 3, 2019 · 2 comments

Comments

@djobbydjobba
Copy link

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

@djobbydjobba
Copy link
Author

I have latest wiringPi library installed but your script won't compile I keep getting the error above.
Please anyone can help ? Thanks

@nakulbende
Copy link

nakulbende commented May 17, 2020

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.

Now continue to execute the script:

sudo sh install.sh

Have a cool RPi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants