It might be a proxy issue. I get similar errors when trying to use github from behind work's proxy.
Try cloning over HTTP: http://rip747.wordpress.com/2008/09/12/git-clone-over-http-who-knew/ (You should also try exporting http_proxy variable as HTTP_PROXY, I forget which case git uses) If you just want the code but don't necessarily want to submit patches etc you can use the download link on github to grab an uncontrolled version of the code. Regards, David On Tue, Dec 8, 2009 at 8:06 PM, anil <[email protected]> wrote: > Hi, > > Could anyone please help me to download the source code of Rhino Mock > 3.5 i tried to download the code using > > 1. SVN checkout aginst the URL - > https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/ > but the code seems to be moved to github.com > > 2. Again i tried to clone source code using git clone > git://github.com/ayende/rhino-mocks.git command but i am getting > following error > fatal: Unable to look up github.com (Unknown error) > > Thanks in advance! > > -- > > You received this message because you are subscribed to the Google Groups > "Rhino.Mocks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
