You are not logged in.
Pages: 1
I have been trying clone a repository from github but every time I try I get this error
fatal: unable to connect to github.com:
github.com: Name or service not knownI'm thinking it's just because my network is messed up but I want to explore all the options.
Offline
Could you please post the command you're using?
Offline
sudo git clone git://github.com/simt/The-Powder-Toy.gitOffline
Is this what you're after -
https://github.com/simtr/The-Powder-Toy
look on the right side of the page you'll see a HTTPS clone URL - that works with
git clone https://github.com/simtr/The-Powder-Toy.git"It does not require many words to speak the truth." - Chief Joseph, Nez Perce tribe
Offline
Yeah that's what I'm after.
Offline
sudo git clone git://github.com/simt/The-Powder-Toy.git
There's an r missing in the username. And why are you using sudo to clone a repo?
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.