Typora picgo-core gitee图片上传设置

1. 创建gitee仓库,并获取私人令牌

2. 安装nodejs

3. 安装picgo-core

复制代码
 偏好设置-》图像-》上传服务选择【PicGo-Core(command line)】-》下载或更新

4. 安装gitee-uploader

  1. 上面的完整路径是
    C:\\Users\\52956\\AppData\\Roaming\\Typora\\picgo\\win64\\picgo.exe
    进入
    C:\Users\{用户}\AppData\Roaming\Typora\picgo\win64\
  2. shift+鼠标左键单击,点击在终端中打开
  3. 输入.\picgo.exe install gitee-uploader 回车
  4. 输入.\picgo.exe install super-prefix回车

5. 配置

点击打开配置文件

json 复制代码
{
  "picBed": {
    "current": "gitee",
    "uploader": "gitee",
    "gitee": {
      "repo": "user-aaa/repo-bbb",
      "token": "xxxa306a11xf8edxx",
      "path": "img",
      "customUrl": "",
      "branch": "master"
    }
  },
  "picgoPlugins": {
    "picgo-plugin-gitee-uploader": true,
    "picgo-plugin-super-prefix": true
  },
  "picgo-plugin-super-prefix": {
    "fileFormat": "YYYYMMDDHHmmss"
  }
}

仓库地址:https://gitee.com/user-aaa/repo-bbb.git

picBed.gitee.repo: https://gitee.com/**user-aaa/repo-bbb** .git
picBed.gitee.token: 私人令牌
picBed.gitee.path: 存储目录

6. 验证图片上传

相关推荐
StackNoOverflow1 小时前
IDEA + Git + Gitee 全流程实战:从安装、提交到解决冲突
git·gitee·intellij-idea
lpfasd12315 小时前
Git/Gitee/GitHub 3 个安全凭证详解
git·gitee·github
搞程序的心海17 小时前
使用 VS Code 将项目代码上传到 Gitee 的完整指南
gitee
Gust of wind20 小时前
idea结合git和Gitee的初步使用
git·gitee·intellij-idea
运维全栈笔记2 天前
零基础掌握Jenkins CI/CD:Java项目自动构建与部署全流程指南
git·servlet·ci/cd·gitee·自动化·jenkins·devops
摇滚侠3 天前
Obsidian 同步项目到 Gitee
gitee
一个程序猿老马3 天前
012、远程协作:连接GitHub/Gitee与git remote
git·gitee·github
痕忆丶5 天前
将本地项目文件上传至指定的gitee空仓库
gitee
android_cai_niao5 天前
给Git项目添加多个远程仓库
git·gitee·github
梦梦代码精6 天前
从工程视角拆解 BuildingAI:一个企业级开源智能体平台的架构设计与实现
人工智能·gitee·开源·github