想研究这个例子,但是,它没用pod,没看懂它是怎么搞掂依赖的
script/bootstrap ?
但报错:fatal: Not a git repository (or any of the parent directories): .git
https://github.com/jspahrsummers/GroceryList#list-format
![图片
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
看项目readme,Using the App部分。
首先你需要 run script/bootstrap in your local copy of the repository
创建一个repo,repo中必须至少有一个文件。you must have at least one file in the repository before using it。
然后添加github oauth和oauth回调,在项目中修改客户端id和秘钥。
具体在项目readme里面有。
@Zer0 这个GroceryList运行的问题,解决了吗?我也想看看这个项目,但是运行不了