首先发布在这里=)在此先感谢您的帮助,此时任何帮助都很酷!
1-我在搜索stackoverflow之前已经搜索了很多并尝试了很多东西.
2-运行时
git push heroku master
Run Code Online (Sandbox Code Playgroud)
我明白了:
checking for sqlite3.h... no
sqlite3.h is missing. Try 'port install sqlite3 +universal'
or 'yum install sqlite-devel' and check your shared library search path (the
location where your sqlite3 shared library is located).
Run Code Online (Sandbox Code Playgroud)
3-我检查了Gemfile:分别为pg和sqlite3配置了生产和开发/测试
4- Sqlite3.h在这里:
pcbo$ ls -l /usr/include/sqlite3.h
-rw-r--r-- 1 root wheel 322724 7 Dec 2011 /usr/include/sqlite3.h
Run Code Online (Sandbox Code Playgroud)
5-忘了提到我正在使用mac os x ..
6-输出:pcbo $ git push heroku master
Counting objects: 71, done.
Delta compression using up to 4 threads.
Compressing objects: 100% …
Run Code Online (Sandbox Code Playgroud)