创建标签: 33、git tag tag_name 创建一个标签,默认为HEAD,也可以指定一个commit id 34、git tag -a tag_name -m “此处指定标签信息” 35、git tag -s tag_name -m “此处用PGP签名标签” 36、git tag 查看所有标签 37、git show tag_name 查看标签信息
hexo d INFO Validating config INFO Deploying: git INFO Clearing .deploy_git folder... INFO Copying files from public folder... INFO Copying files from extend dirs... [master ddf123e] Site updated: 2024-05-18 18:16:33 2 files changed, 2 insertions(+), 2 deletions(-) /Users/oo/.ssh/config line 14: keyword hostname extra arguments at end of line /Users/oo/.ssh/config line 17: keyword identityfile extra arguments at end of line /Users/oo/.ssh/config: terminating, 2 bad configuration options 致命错误:无法读取远程仓库。
请确认您有正确的访问权限并且仓库存在。 FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html Error: Spawn failed at ChildProcess.<anonymous> (/Users/oo/myblogs/blog/node_modules/hexo-deployer-git/node_modules/hexo-util/lib/spawn.js:51:21) at ChildProcess.emit (node:events:520:28) at ChildProcess._handle.onexit (node:internal/child_process:294:12)