View Single Post
Old 19th November 2012, 10:09   #13  |  Link
oibaf
Registered User
 
Join Date: Nov 2008
Posts: 58
Quote:
Originally Posted by schweinsz View Post
I open the git bash, and type "git clone http://git.chromium.org/webm/libvpx.git" and enter,
the program stop at the line "cloning into libvpx", and nothing is downloaded.
Why?
It works fine here:
Code:
$ git clone http://git.chromium.org/webm/libvpx.git
Cloning into 'libvpx'...
remote: Counting objects: 27071, done.
remote: Compressing objects: 100% (6849/6849), done.
remote: Total 27071 (delta 21752), reused 25040 (delta 19929)
Receiving objects: 100% (27071/27071), 12.72 MiB | 642 KiB/s, done.
Resolving deltas: 100% (21752/21752), done.
Make sure your Internet connection works and use git 1.5.4 or newer as specified here: http://www.webmproject.org/code/build-prerequisites/
oibaf is offline   Reply With Quote