cljoly / into-ledger

🔮 AI-powered expenses classifier for ledger. The original project seems not to be maintained anymore, hence this fork to continue improving it.
https://joly.pw/into-ledger
MIT License
7 stars 2 forks source link

Gobinaries finds no tags #5

Closed jrs65 closed 3 years ago

jrs65 commented 3 years ago

If I follow the instructions in the README for getting an installation via gobinaries.com, it fails with:

$ curl -sf https://gobinaries.com/cljoly/into-ledger | sh

  Error: Repository has no tags

I think the issue is that the current version tag only has two digits (see https://github.com/tj/gobinaries/issues/29), so this could probably be fixed by renaming that tag to 0.1.0

cljoly commented 3 years ago

Apologies for the delay, I somehow missed your issue.

I’ve added the 0.1.0 tag, that works for me know, feel free to let me know if you encounter other problems. I noticed it was not working when adding the gobinaries.com instructions to the Readme, thought it may be a caching issue and forgot about it. Thanks for letting me know!

cljoly commented 3 years ago

Actually, it returns

Error downloading, got 500 response from server

I will further investigate later.

jrs65 commented 3 years ago

Apologies for the delay, I somehow missed your issue.

No worries. Thanks for looking into it!

cljoly commented 3 years ago

I ended up uploading a bunch of binaries in the release page. It should be almost as convenient and more reliable.

cljoly commented 3 years ago

I’m closing this for now, feel free to comment or open another issue if there is anything else I could help with.

jrs65 commented 3 years ago

Thanks!