How do I clone a github project to run locally?

前端 未结 4 1542
面向向阳花
面向向阳花 2020-12-13 01:33

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 localh

4条回答
  •  再見小時候
    2020-12-13 02:01

    You clone a repository with git clone [url]. Like so,

    $ git clone https://github.com/libgit2/libgit2
    

提交回复
热议问题