生成海报3
# git使用遇到问题
# 报错443
解决方法可以查看https://juejin.cn/post/6844904193170341896
设置完成之后,还需要刷新一下cdn
ipconfig /displaydns
ipconfig /flushdns
1
2
2
# git clone指定分支
git clone -b 分支 地址
1
# push出现 Updates were rejected because the tip of your current branch is behind
如果将本地库push到远程库,报下面错误
error: failed to push some refs to 'https://github.com/qsyyke/vuepress-theme-ccds.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
1
2
3
4
5
2
3
4
5
出现这个问题是因为,在push之前,需要将本地库的变化,连接到远程库
解决
#先pull
git pull main master
#在push
git push main master
1
2
3
4
5
2
3
4
5
# 获取最新版本接口
https://api.github.com/repos/qsyyke/vuepress-theme-ccds/releases/latest
1



古茗
¥ 10

烧奶珍珠奶茶
¥ 9

酸奶
¥ 4

其他
¥ 自定义
冰糖指蜂蜜
¥ 10
推荐阅读
点击评论
文章目录
最新文章
公告