入门(从github克隆) TL; DR需要使用唯一的项目名称进行克隆并重命名数据库 $ git clone :maxmanayan / starter_proj.git <新项目名称> $ cd <新项目名称> $ bundle $将数据库重命名为唯一的名称(在数据库database.yml使用new_proj_name) 搜索starter_proj并替换为 $ rails db:create $ cd客户端 $纱 去测试 $ rails s -p 3001 cd客户端&& $ yarn start 提琴手 TL; DR需要在github上创建新的仓库并添加远程 有两种方法: 删除远程添加新的(最简单,首选) $ git remote rm origin 在github上创建一个新的仓库 $ git remote add origin