kevva / github-repositories

Get all GitHub repos from a user or an organization
MIT License
37 stars 11 forks source link

Request hangs on CLI #13

Closed RichardLitt closed 4 years ago

RichardLitt commented 6 years ago

I am unable to get a response on 3.0.0.

$ github-repositories RichardLitt
# nothing for a long time

Any thoughts on why this might be?

RichardLitt commented 6 years ago

Part of this bug: https://github.com/sindresorhus/gh-got/issues/26. Had to unset GITHUB_ENDPOINT.

Perhaps we should keep this open until that is fixed.

kevva commented 6 years ago

Does it error out after a while? I just tried with your username and it worked fine for me:

❯ github-repositories RichardLitt
--- (fork) https://github.com/RichardLitt/---
101 (fork) https://github.com/RichardLitt/101
2014.jsconf.eu (fork) https://github.com/RichardLitt/2014.jsconf.eu
58-liters https://github.com/RichardLitt/58-liters
kevva commented 6 years ago

Part of this bug: sindresorhus/gh-got#26. Had to unset GITHUB_ENDPOINT.

Oh right. Let's continue the discussion over there.

kevva commented 4 years ago

Closing as this was closed in the issue referenced above.