gvt can't download all dependent packages when it encountered an error
Opened this issue · 1 comments
wuyongxiu commented
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
Then, I go build my caddy and there are lot's of packages which aren't downloaded.
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.
Thanks all.
codeactual commented
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.