Oktopress first fix

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?

+5
source share
2 answers

git push origin master git push origin source. , git push origin source.

+1

:

octopress, , OctoBlog

Octopress Github username.github.com Octopress, enderahmetyurt.github.com, Github , , username/username.github.com, :) FWIW, , username... Doh!

+2
source

All Articles