解决方法删掉 CNAME文件 过一会儿就好了(不是立即显示的)下面的东西不用看
最近想在github
上搭建一个博客但是,搭建的时候出现了这样的问题,就是cname
已经被使用了。
将
cname
里面的东西替换成自己的zhao1iang.github.io
就行了,cname
是设置跳转的如果不需要跳转就直接使用自己的博客主页就行了
说我的仓库本地没有
原因是直接在云端进行了修改,导致本地项目和云端的时间戳对不上,并且云端有更新的文件,所以先使用命令git pull
获取云端项目,然后进行提交
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:zhao1iang/zhao1iang.github.io.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.