Created
September 1, 2014 19:05
-
-
Save knewter/891d08a83d1a2d0d2c03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams@thunderpants:/home/jadams/software] $ git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio | |
Cloning into 'pulseaudio'... | |
cd pu | |
fatal: unable to connect to anongit.freedesktop.org: | |
anongit.freedesktop.org: Name or service not known | |
[jadams@thunderpants:/home/jadams/software] 1m0s $ cd pu | |
-bash: cd: pu: No such file or directory | |
[jadams@thunderpants:/home/jadams/software] $ git clone ssh://git.freedesktop.org/git/pulseaudio/pulseaudio | |
Cloning into 'pulseaudio'... | |
ssh: Could not resolve hostname git.freedesktop.org: Name or service not known | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
[jadams@thunderpants:/home/jadams/software] 20s $ git clone http://anongit.freedesktop.org/git/pulseaudio/pulseaudio.git | |
Cloning into 'pulseaudio'... | |
fatal: unable to access 'http://anongit.freedesktop.org/git/pulseaudio/pulseaudio.git/': Could not resolve host: anongit.freedesktop.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment