Open felipetesc opened 6 years ago
I also ran into this issue, which lead me to find this other Crystal related issue from 2016 git command failed ...
This is the shard.yaml that works for me:
development_dependencies:
sentry:
github: samueleaton/sentry
branch: master
sentry-run:
github: faustinoaq/sentry-run
Crystal version:
Crystal 0.27.0 (2018-11-02)
LLVM: 6.0.1
Default target: x86_64-pc-linux-gnu
Still not sure why branch: master
fixes this, but it does.
This also appears to be more of a samueleaton/sentry issue, and less of an faustinoaq/sentry-run issue.
@Dogcatfee Thanks for the solution!
FWIW, this error may occur when the tag is not prefixed with a v
(e.g. 1.0.0
vs v1.0.0
).
Hello I 'm receiving the following error when I run shards install or shards update If remove your shard all works.
My shard.yml is as it follows: ++++++++++++++++++++++++
My crystal --version .... :
Can u help me ? TY.