Deploying Schnitzelpress on Heroku - Error

╄→гoц情女王★ 提交于 2019-12-24 07:59:32

问题


I am a CSS Designer who is now studying Programming through Ruby. Today, I was installing (or rather trying to install) Schnitzelpress, a Ruby blogging platform on Heroku -

http://schnitzelpress.org/manual/setup/

I followed the above guide to the T. All was well, until I arrived at this one -

git push heroku master

It gives me a src refefspec master does not match error and error: failed to push some refs to... error.

I read similar errors here in Stackoverflow, but in vain.

I am a beginner in programming, so can you, in layman's term help me out. I know the machine isn't wrong. It's me. I just can't figure out what am I doing wrong.

Much Appreciated!


回答1:


Try:

git add .
git commit -m 'committing..'
git push

If there's a problem try git pull and repeat



来源:https://stackoverflow.com/questions/13825777/deploying-schnitzelpress-on-heroku-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!