使用Jekyll-Bootstrap时,Github页面不适用于我。我按照这里的说明操作:http://jekyllbootstrap.com/
说明书上写着:
$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin git@github.com:USERNAME/USERNAME.github.com.git
$ git push origin master我使用了个性化的安装代码(意思是我的github名称而不是"USERNAME"),当我尝试做最后一个"$ git push github master“时,我得到了这个错误。
错误:找不到存储库。致命:远程端意外挂断
我怎么才能让它工作呢?谢谢
发布于 2012-08-22 04:50:10
确保您在GitHub上创建了一个名为"USERNAME.github.com“的存储库。
https://stackoverflow.com/questions/11982923
复制相似问题