You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
My project has a dependency on code.cloudfoundry.org/cli
It's quite meaty and takes some time do download...
I'm getting the following error running dep init:
Failed to write dep tree. The following errors occurred:
failed to export code.cloudfoundry.org/cli: : command killed after 10s of no activity
Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered:
When we had problems like that due to slow wifi at GopherCon, we would keep rerunning the command. Each time dep would get a little farther in cloning all of the repo into its cache.
I think there is an open issue to make the timeout configurable #1028 which may help with this problem.
Hi,
My project has a dependency on code.cloudfoundry.org/cli
It's quite meaty and takes some time do download...
I'm getting the following error running dep init:
Failed to write dep tree. The following errors occurred:
Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered: