FiloSottile/gvt

gvt can't download all dependent packages when it encountered an error

Opened this issue · 1 comments

Hi everyone,
I try to use gvt to fetch caddy (gvt fetch github.com/mholt/caddy/caddy).
Everything goes well until the following error appear
image

Then, I go build my caddy and there are lot's of packages which aren't downloaded.
image

And I have no idea how to handle this problems, should I just fetch these packages one by one?(horrible)

Meanwhile, it looks like I can't fetch caddy again.
image

Thanks all.

Hi,

This may help:

gvt delete github.com/mholt/caddy/caddy
gvt fetch github.com/mholt/caddy/caddy

I think the missing packages had not been downloaded prior to the access issue that fetch encountered. The failed to access url error might be temporary, so retrying might be sufficient.