fredag 9 december 2011

Git Tutorial: How to download facebook php-sdk from git repository

To create a copy php-sdk from of remote repository on Facebook you can use the following in Linux:
$ git clone  git://github.com/facebook/php-sdk.git

Cloning into php-sdk...
github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)


$git clone  git://github.com/facebook/php-sdk.git

Cloning into php-sdk...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/facebook/php-sdk.git/info/refs

fatal: HTTP request failed

Resources:
http://cheat.errtheblog.com/s/git

Inga kommentarer:

Skicka en kommentar