Sync : Invalid / Expired GitHub Token. Please generate new token with scopes mentioned in readme. Exception Logged in Console.
git
這個問題大部分是因爲gist id
的訪問令牌token
失效了,只須要從新生成一下gist id
的token
並保存在配置文件裏面便可github
Github https://github.com/settings/t...
找到須要從新生成 token
的 gist, 點擊進去Github改版以前是能夠直接複製 token
的
改版後只能從新生成一個新的 token
生成 token
後, 複製保存起來, 下一步來替換訪問
json
注意:這裏從新生成以後,有關此
gist id
引用到的地方的訪問令牌也須要同步更新,不然沒辦法使用。
兩種方法修改token
spa
複製從新生成好的token
code
點擊命令面板 或 Ctrl+Shift+P
輸入 sync:
找到 Advanced Options
回車blog
選中 Edit Extension Local Settings
token
修改本地配置文件中的 token
屬性就能夠了ip
複製從新生成好的token
get
Win下:C:\Users\Administrator\AppData\Roaming\Code\User
Mac下:~/Library/Application Support/Code/User/syncLocalSettings.json
Linux下:~/.config/Code/User/syncLocalSettings.json
進入目錄後,找到 syncLocalSettings.json
這個文件,查找token,並替換後面複製的值,就能夠順利進行同步配置信息了。同步