How do I create an new rails app from a github URL?
如何从github URL创建新的rails应用程序?
1 个解决方案
#1
1
fork it in github. This will create a project in your username.
在github叉。这将以您的用户名创建一个项目。
Then clone it into your local machine.
然后将其克隆到本地机器中。
#1
1
fork it in github. This will create a project in your username.
在github叉。这将以您的用户名创建一个项目。
Then clone it into your local machine.
然后将其克隆到本地机器中。