@Aiken 2020 first write,2021 modify
Mainly using picgo-core(command line) to setting picbed,and we can update the setting method
Github 使用PicGo-Core(command line)设置github图床,自动转义url 插入自动复制图片,使用git上传github 基本部署 在偏好设置中的图像,进行如下设置👇: 下载或更新PicGo-Cord(command line) 接着去Github中建立一个Repo:UserName/RepoName,用以存放图片(Public),简单的用readme初始建立即可。
在Github的setting - developer setting-personal access tokens中新建token,指定简单的repo权限,并记录个人的token(只显示一次) Attention: 忘记记录的话,在token中也是通过update token(好像是这个名,获取新的值的)
用Typora打开配置文件设置,或者使用命令行进行配置
json { "picBed": { "github": { "repo": "UserName/RepoName", "token": "your github token here", "path": "img/", "customUrl": "https://raw.githubusercontent.com/UserName/RepoName/master", "branch": "master" }, "current": "github", "uploader": "github" }, "picgoPlugins": {} } 点击验证图片上传选项,进行测试,成功即可 存在问题 用Github做图床的话,上传不是十分的稳定(可能需要依赖科学上网技术。请八仙过海,各显神通)。可以用其他的服务器作图床,大体过程应该也差不多,后续个人有更换的话在进行补充。
...