Typora+gitee配置遇到的问题总结
这里我只说一下要注意的问题,具体步骤随便搜一下会出来很多,我用的是picgo.exe
-
下载picgo之前需要配置node.js环境才行,cmd node -v查看版本看看有没有安装成功
-
安装完node.js还是在picgo里面安装不了gitee插件,直接进入gitee默认路径里面手动npm gitee xxx
- 具体看这篇文章
- https://blog.youkuaiyun.com/lunhui601/article/details/107722580
-
运行的时候报错not found project
- 90%是由于repo配置错了,要进入仓库->管理看名字,不要再仓库首页看名字。
- 看这篇文章https://blog.youkuaiyun.com/qq_38971331/article/details/108797833