我收到此消息
API rate limit exceeded for ######. (But here's the good news: Authenticated requests get a higher rate limit.
因为我超过了限额。我已经能够请求5000个请求而没有问题。突然间,今天我无法这样做。限制是60.我使用基本身份验证再次获得5000个请求,但它仍然相同60。
https://developer.github.com/v3/#authentication
我正在尝试为github提取问题我正在使用此命令
wget -O issues.txt --no-check-certificate --quiet "https://api.github.com/repos/FasterXML/jackson-dataformat-xml/issues?state=all&labels=Bug&per_page=100&page=1"
我正在使用wget从github下载问题。有没有办法将身份验证设置为使用github为wget工作(与curl工作方式相同)?