简体   繁体   中英

Deploying Schnitzelpress on Heroku - Error

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!

Try:

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

If there's a problem try git pull and repeat

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM