tldr-pages / tldr-c-client

C command-line client for tldr pages
MIT License
296 stars 49 forks source link

"tldr --update" failed due to "Error: Download File: https://github.com/tldr-pages/tldr/archive/master.zip" #44

Closed hzfmer closed 2 years ago

hzfmer commented 5 years ago

Reproduction Rate

<How often could you reproduce this issue, how often do you tried?> Every time I run tldr --update.

Steps to Reproduce

Run `tldr -- update` ## Result `Error: Downloading File: https://github.com/tldr-pages/tldr/archive/master.zip` ## Expected Result Update local database? ## Additional Information - MacOS High Sierra; used `brew install tldr --HEAD` to install. #38 mentioned install HEAD version can solve this issue, which does work for me. - I am able to download that `master.zip` file using `wget`.
MasterOdin commented 2 years ago

This was fixed in 1aac52e209fdd2175c1cce5accfd2a8e3d1e9d79 as part of 1.4.0 release