3

I know my question is obviously silly. I want to download and-engine for my game through Google Code. I found Link to download and-engine, but when i visited that link, I found this:

hg clone https://code.google.com/p/andengineexamples/

I am also unable to download read only files from git-Hub "Get-Read-Only".

How can I download source code using command line? Is there any software which i have to install on my Laptop to download it?

Mohammad Imran
  • 3,264
  • 4
  • 23
  • 37
  • 3
    `git clone git://github.com/nicolasgramlich/AndEngine.git` – Robert Rouhani Jan 25 '13 at 19:17
  • 1
    You need to have git installed on your machine to use it, although I should also point out that the repository you referenced is a mecurial repository, not git – alrikai Jan 25 '13 at 19:19
  • Actually some time i have to download Git-Hub source. For git hub, which software ,i have to install? – Mohammad Imran Jan 25 '13 at 19:27
  • 1
    You have to have git installed on your local machine to use git commands. I would highly advise looking over https://help.github.com/articles/set-up-git – alrikai Jan 25 '13 at 20:08
  • I'm looking at a question that this was closed 4 years ago without a proper answer because some people thought it was too unlikely to help future visitors. Thanks @RobertRouhani !!! Boo random talonmies Eric rds Bohemian -- It was the first link from "download github command line" and GitHub is the top online code repository in Forbes' Cloud 100. – jbo5112 Jan 21 '17 at 18:09

1 Answers1

4

You can download following softwares to download projects like this

1 . The SVN 2. The Git

Ali Imran
  • 8,927
  • 3
  • 39
  • 50