git - API rate limit exceeded message is still appear after the authentication have been done -


i getting message

 api rate limit exceeded ######. (but here's news: authenticated requests higher rate limit. 

because exceed rate limit. had been able request 5000 requests not problem. today not able so. limit 60. use basic authentication 5000 requests again, still same 60.

https://developer.github.com/v3/#authentication

i trying fetch issues github using command

 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" 

i using wget download issues github. there way set authentication work wget github ( same way curl work)?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -