easyp-tech / easyp

Apache License 2.0
77 stars 3 forks source link

Better version not found error message #56

Closed d-enk closed 5 months ago

d-enk commented 5 months ago
#easyp.yaml
deps:
  - github.com/gogo/protobuf@invalid
$ easyp mod download
# cmd.Get: repository.ReadRevision: version not found

like

deps:
  - github.com/gogo/invalid
$ easyp mod download
# cmd.Get: repository.ReadRevision: r.readRevisionForLatestCommit: adapters.RunCmd (ls-remote headInfo): Command: git; Err: exit status 128; Stderr: remote: Repository not found.
# fatal: repository 'https://github.com/gogo/invalid/' not found