tldr-pages / tldr-c-client

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

Error: updating results in error #61

Closed gingerbeardman closed 2 years ago

gingerbeardman commented 2 years ago

Reproduction Rate

Steps to Reproduce

tldr -u

Result

Error: Could Not Rename: /tmp/tldr4aQHBc/tldr-master to /Volumes/External/Users/matt/.tldrc/tldr-master/

Expected Result

Additional Information

marchersimon commented 2 years ago

Thanks for opening this issue. I'm pretty sure this error is related to the master→main change and this error has been known for a while. But currently nobody is maintaining this client and so we haven't fixed it yet. The only thing we can do for you at the moment is recommend our official Python or Node.js client.

unbeatable-101 commented 2 years ago

I think the latest version was supposed to fix this, but now it says Error: Could Not Rename: /tmp/tldr00cE77/tldr to /Users/williamdavis/.tldrc/tldr/

marchersimon commented 2 years ago

@unbeatable-101 this PR sholud fix it.

marchersimon commented 2 years ago

I just released the new version, so quickly updating tldr with brew should fix the issue.

unbeatable-101 commented 2 years ago

Can confirm that it works.