-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error fetching from tldr: <urlopen error [Errno 104] Connection reset by peer> #210
Comments
This is most likely an issue on your network from what I can tell. Can you run this command Also check if the website loads in your web browser. |
curl https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/common/ls.md |
This is a problem with your network, not tldr |
I'm guessing from your Github location, you are located in China, which I believe has some bans on Github's services, you may want to change some code to find a github mirror which isn't banned. |
For me curl works as expected but I get the error when I try using tldr for a page it doesn't have stored already. Output from
Output from
I've installed tldr via yay. |
In my case some options work while some don't.
OS: Fedora Workstation 37
Tested both
pip install tldr
anddnf install tldr
both results in the same behaviour.The text was updated successfully, but these errors were encountered: