I'm new to octopress, so I might run into some problems. In the beginning, I cloned the octopress repository, and I created a repository called OctoBlog, and after that I
rake setup_github_pages
and
rake generate
rake deploy
At this point, everything seems wonderful. I took every step of the tutorial, which is on the ophthalmic website, but when I want
git add .
git commit -m 'your message'
git push origin source
commit codes, there was a problem:
error: src refspec source does not match any.
error: failed to push some refs to 'git@github.com:enderahmetyurt/OctoBlog.git'
and I realized that there is no main branch in my repository, and I don’t know how I can create a new master break. Is it installed when we create a new repository on github?
Soon I want to know how I can make my octopress?
source
share