volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

GitHub Api 401 on add, search, update etc #187

Closed robhrt7 closed 10 years ago

robhrt7 commented 10 years ago

After long period after installation and last usage I now always get the same error on any volojs command:

$ volo -v
volo v0.3.1
$ volo add jquery
Error: api.github.com/legacy/repos/search/jquery?language=JavaScript returned status: 401. {"message":"Bad credentials","documentation_url":"http://developer.github.com/v3"}
jrburke commented 10 years ago

I just tried, and it works for me. If you have a .voloconfiglocal file in your home directory, maybe try deleting that and trying again? Maybe the credentials stored there are no longer valid.

robhrt7 commented 10 years ago

Cleaning .voloconfiglocal helped to solve my problem.