添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
单身的水桶  ·  关于霸气书屋·  3 周前    · 
不敢表白的铁链  ·  Office精灵精华演示·  1 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account On branch backup nothing to commit, working tree clean error: src refspec master does not match any. error: failed to push some refs to ' github ' INFO Backup done: git

下面是我``配置:

backup:
  type: git
  message: backup my blog of https://www.xiongtianci.com
  repository:
    # 你的github仓库地址,备份分支名(建议新建 backup 分支)
    github: [email protected]:xiongtianci-tc/xiongtianci-tc.github.io.git,backup

我的远程仓库和本地分支都是没有问题的,可是使用 hexo b 还是会出现上面的情况

$ git remote -v
origin  [email protected]:xiongtianci-tc/xiongtianci-tc.github.io.git (fetch)
origin  [email protected]:xiongtianci-tc/xiongtianci-tc.github.io.git (push)
$ git branch -a
* backup
  remotes/origin/backup