I am trying to follow this railscast tutorial for authlogic - and it points to the source here -
I have git installed - how do I replicate the source onto my localhost so that I can follow the tutorial like in the screencast?
git clone git://github.com/ryanb/railscasts-episodes.git
You clone a repository with git clone [url]. Like so,
$ git clone https://github.com/libgit2/libgit2
I use @Thiho answer but i get this error:
'git' is not recognized as an internal or external command
For solving that i use this steps:
I add the following paths to PATH:
C:\Program Files\Git\bin\
C:\Program Files\Git\cmd\
In windows 7:
Finally close and re-open your console.