zoukankan      html  css  js  c++  java
  • 解决Github中使用Octotree时,出现 Error: API limit exceeded 报错 或者 Error: Connection error报错的问题(详细操作)

    对于科研工作者来说,Github 是不可多得的利器,那么Octotree 插件的使用将会让用户在使用 Github 时拥有更好的体验,提高学习工作的效率。但是笔者在使用的过程中遇到以下这样的问题,下面将介绍遇到的问题以及解决办法。

    1. 问题描述

    Github 中使用 Octotree遇到以下两个问题:

    问题一:

    出现 "Error: API limit exceeded(You have exceeded the Github API rate limit. To continue using Octotree, you need to provide a Github access token. Please go to Setting and enter a token)"报错。

    image-20200730153842950

    问题二:

    出现"Error: Connection error(Cannot connect to website. If your network connection to this website is fine, maybe there is an outage of the API.Please try again later)"

    出现这两种问题的原因都是由于API的限制,问题的解决方法如下:

    2. 解决办法

    以问题一为例,两个问题的解决办法是一样的,操作也一样。步骤如下:

    (1) 点击右上角的设置。

    image-20200730153923128

    (2) 进入如下界面,点击图中的小钥匙。

    image-20200730154003038

    (3) 进入界面找到最底下,点击 Generate token。

    image-20200730154042751
    (4) 进入如下界面,复制图中代码。

    image-20200730154536990
    (5) 进入如下界面,将上面复制的代码粘贴到图中位置,并点击 Apply Settings。

    image-20200730154919023

    (6) 刷新当前 Github 界面,目录信息即可显示

    image-20200730154246264

    谢谢您的阅读,如果您有什么问题,欢迎在下方留言评论,如果本文对您有帮助,不要忘了在下面点赞哟!!!

  • 相关阅读:
    作业:ATM
    软件开发目录规范
    re模块
    logging模块
    ConfigParser模块&hashlib模块&subprocess模块
    json模块&pickle模块&shelve模块&xml模块
    时间模块time&datetime
    vue里面render详细写法
    node.js创建服务
    vue退出功能的实现
  • 原文地址:https://www.cnblogs.com/RioTian/p/13404171.html
Copyright © 2011-2022 走看看