hexo在本地可以显式,但是部署不到在github上面

1,按着教程做,输入http://localhost:4000,原本的图片是这样的,

图片说明

2,然后想换一个界面,然后star了网上的,只是修改

 Extensions
 Plugins: https://hexo.io/plugins/
    Themes: https://hexo.io/themes/
theme: yilia  //原来是landscape——修改的

然后图片变成这样

图片说明

3,然后就想在github上面部署
操作是下面的


 Extensions
 Plugins: https://hexo.io/plugins/
 Themes: https://hexo.io/themes/
theme: yilia  //原来是landscape

 Deployment
 Docs: https://hexo.io/docs/deployment.html
deploy:
    type: git
    repository: https://github.com/qinsy/qinsy.github.io.git  //l
    branch: master

然后hexo deploy,
但是报错了。
unable to access 'https://github.com/qinsy/qinsy.github.io.git----

图片说明

访问github报404错。为什么错呢?

http://www.oschina.net/question/2563746_2154297?sort=time