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. 验证图片上传

相关推荐
TTGGGFF2 天前
开源项目分享 : Gitee热榜项目 2025-12-4 日榜
gitee·开源
源码方舟2 天前
【GitHub和Gitee两大平台对比分析】
gitee·github
_李小白2 天前
【Android FrameWork】第二十天:AudioTrack
android·gitee
十点摆码3 天前
使用 Jenkins + Gitee + Node 自动化部署 Vue
gitee·node.js·自动化·vue·jenkins
Cx330❀3 天前
Git 入门指南:从 0 到 1 掌握版本控制
git·ubuntu·gitee·centos·github
蝶恋舞者3 天前
gitee 的使用
gitee
winfreedoms4 天前
gitee本地项目上传方法
gitee
de_furina5 天前
[C++]string类的使用和模拟实现
开发语言·c++·gitee
艾莉丝努力练剑5 天前
【Git:企业级开发模型】Git企业级Git工作流实战:基于Git Flow的分支模型与开发流程
服务器·git·ubuntu·gitee·centos·powershell·企业级开发模型
Sandman6z6 天前
快速上手:国内通过 Gitee 学习使用在线托管平台
学习·gitee