PicGo / vs-picgo

A VSCode plugin of PicGo
https://marketplace.visualstudio.com/items?itemName=Spades.vs-picgo
MIT License
375 stars 53 forks source link

在github上创建了token后,使用vs-picgo上传一次图片,github上的token就被自动删除了。 #58

Closed handbye closed 4 years ago

handbye commented 4 years ago

重复了好几次,都是如此。 环境是:mac os 10.15.3 vscode Version: 1.43.0 这是token被删除后,github给我发的邮件,很奇怪啊,之前在windows上使用没遇到过这种情况。

image

upupming commented 4 years ago

是否安装了插件:https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync 需要自行删除一下

handbye commented 4 years ago

确实安装了这个插件,我明白了,感谢。

2020年3月17日 18:30,Yiming Li notifications@github.com 写道:

是否安装了插件:https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync 需要自行删除一下

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PicGo/vs-picgo/issues/58#issuecomment-599995413, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGLCJYQNTOAF2LVXRUYTDPLRH5GNXANCNFSM4LNIE4UA.

alterhu2020 commented 4 years ago

应该是你的token密码被github检测到泄露,然后为了你的安全,他自动删除了这个泄露的token. 看看这个操作安装步骤: https://code.pingbook.top/blog/setup/how-picgo-vscode-setup.html#%E8%AE%BE%E7%BD%AEpicgo%E5%AF%B9%E5%BA%94%E7%9A%84github%E4%BB%93%E5%BA%93

kktt007 commented 4 years ago

我之前用Settings Sync,把他自己同步的token放在其他仓库中,结果总是同步失败,后来才知道github检测token,发现立马gg

ikingye commented 4 years ago

我也遇到这个问题。。。那 sync 和 picgo 插件就无法共存了?

upupming commented 4 years ago

@ikingye VSCode 最新版不需要插件已经支持配置同步了,可以试试忽略 picgo 的配置:

image

ikingye commented 4 years ago

@upupming 我配置了忽略,但是还是上传到 gist 了(我新建的 gist 进行测试)

    // 这些配置不同步
    "settingsSync.ignoredSettings": [
        "picgo.picBed.github.token"
    ],
upupming commented 4 years ago

@ikingye 改为 Spades.vs-picgo

ikingye commented 4 years ago

@upupming 我看了一下,这个配置是 vscode 自己出的 sync,直接使用 github 账号登陆进行同步(Note: Settings Sync is still in preview.)。所以不需要使用原先的 sync 插件。

image

参考这里 https://code.visualstudio.com/docs/editor/settings-sync

upupming commented 4 years ago

@ikingye 感谢指出~

handbye commented 4 years ago

@upupming 我看了一下,这个配置是 vscode 自己出的 sync,直接使用 github 账号登陆进行同步(Note: Settings Sync is still in preview.)。所以不需要使用原先的 sync 插件。

image

参考这里 https://code.visualstudio.com/docs/editor/settings-sync

你好,请教下如何忽略picgo的配置呢?

ikingye commented 4 years ago

@handbye 使用vscode自己的sync,就不需要忽略了,只要使用github账号登陆,就可以同步。