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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -