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
I have cloned the code。After that should i download all dependencies by enter glide install or gilde up?I have ented glide install.But there are some errors.As follow:
[INFO] --> Found desired version locally sigs.k8s.io/controller-runtime 8941d18f48f7f27a939031df9bb891f733cc6726!
[INFO] --> Fetching github.com/docker/distribution.
[INFO] --> Fetching github.com/docker/docker.
[INFO] --> Fetching github.com/docker/go-connections.
[INFO] --> Fetching github.com/docker/go-units.
[INFO] --> Fetching github.com/docker/libtrust.
[INFO] --> Fetching github.com/go-logr/logr.
[INFO] --> Fetching github.com/gogo/protobuf.
[INFO] --> Fetching github.com/golang/glog.
[INFO] --> Fetching github.com/golang/protobuf.
[INFO] --> Fetching github.com/google/gofuzz.
[INFO] --> Fetching github.com/googleapis/gnostic.
[INFO] --> Fetching github.com/inconshreveable/mousetrap.
[INFO] --> Fetching github.com/json-iterator/go.
[INFO] --> Fetching github.com/Microsoft/go-winio.
[INFO] --> Fetching github.com/modern-go/reflect2.
[INFO] --> Fetching github.com/Nvveen/Gotty.
[INFO] --> Fetching github.com/opencontainers/go-digest.
[INFO] --> Fetching github.com/opencontainers/image-spec.
[INFO] --> Fetching github.com/opencontainers/runc.
[INFO] --> Fetching github.com/spf13/pflag.
[WARN] Unable to checkout github.com/golang/protobuf
[ERROR] Update failed for github.com/golang/protobuf: Unable to get repository
[INFO] --> Fetching golang.org/x/crypto.
[WARN] Unable to checkout github.com/gogo/protobuf
[ERROR] Update failed for github.com/gogo/protobuf: Unable to get repository
[INFO] --> Fetching golang.org/x/net.
[WARN] Unable to checkout github.com/go-logr/logr
[ERROR] Update failed for github.com/go-logr/logr: Unable to get repository
[INFO] --> Fetching golang.org/x/oauth2.
[WARN] Unable to checkout golang.org/x/oauth2
[ERROR] Update failed for golang.org/x/oauth2: Cannot detect VCS
[INFO] --> Fetching golang.org/x/sys.
[WARN] Unable to checkout github.com/golang/glog
[ERROR] Update failed for github.com/golang/glog: Unable to get repository
[INFO] --> Fetching golang.org/x/text.
[WARN] Unable to checkout golang.org/x/text
[ERROR] Update failed for golang.org/x/text: Cannot detect VCS
[INFO] --> Fetching golang.org/x/time.
[WARN] Unable to checkout golang.org/x/time
[ERROR] Update failed for golang.org/x/time: Cannot detect VCS
[INFO] --> Fetching google.golang.org/appengine.
[WARN] Unable to checkout google.golang.org/appengine
[ERROR] Update failed for google.golang.org/appengine: Cannot detect VCS
[INFO] --> Fetching k8s.io/apimachinery.
[WARN] Unable to checkout k8s.io/apimachinery
[ERROR] Update failed for k8s.io/apimachinery: Cannot detect VCS
[INFO] --> Fetching k8s.io/klog.
[WARN] Unable to checkout k8s.io/klog
[ERROR] Update failed for k8s.io/klog: Cannot detect VCS
[INFO] --> Fetching sigs.k8s.io/yaml.
[WARN] Unable to checkout sigs.k8s.io/yaml
[ERROR] Update failed for sigs.k8s.io/yaml: Cannot detect VCS
[WARN] Unable to checkout github.com/docker/libtrust
[ERROR] Update failed for github.com/docker/libtrust: Unable to get repository
[WARN] Unable to checkout github.com/docker/docker
[ERROR] Update failed for github.com/docker/docker: Unable to get repository
[WARN] Unable to checkout github.com/json-iterator/go
[ERROR] Update failed for github.com/json-iterator/go: Unable to get repository
[WARN] Unable to checkout github.com/docker/go-connections
[ERROR] Update failed for github.com/docker/go-connections: Unable to get repository
[WARN] Unable to checkout github.com/docker/go-units
[ERROR] Update failed for github.com/docker/go-units: Unable to get repository
[WARN] Unable to checkout github.com/docker/distribution
[ERROR] Update failed for github.com/docker/distribution: Unable to get repository
[WARN] Unable to checkout github.com/googleapis/gnostic
[ERROR] Update failed for github.com/googleapis/gnostic: Unable to get repository
[WARN] Unable to checkout github.com/modern-go/reflect2
[ERROR] Update failed for github.com/modern-go/reflect2: Unable to get repository
[WARN] Unable to checkout github.com/inconshreveable/mousetrap
[ERROR] Update failed for github.com/inconshreveable/mousetrap: Unable to get repository
[WARN] Unable to checkout github.com/Microsoft/go-winio
[ERROR] Update failed for github.com/Microsoft/go-winio: Unable to get repository
[WARN] Unable to checkout github.com/google/gofuzz
[ERROR] Update failed for github.com/google/gofuzz: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/image-spec
[ERROR] Update failed for github.com/opencontainers/image-spec: Unable to get repository
[WARN] Unable to checkout github.com/Nvveen/Gotty
[ERROR] Update failed for github.com/Nvveen/Gotty: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/go-digest
[ERROR] Update failed for github.com/opencontainers/go-digest: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/runc
[ERROR] Update failed for github.com/opencontainers/runc: Unable to get repository
[WARN] Unable to checkout github.com/spf13/pflag
[ERROR] Update failed for github.com/spf13/pflag: Unable to get repository
[WARN] Unable to checkout golang.org/x/sys
[ERROR] Update failed for golang.org/x/sys: Unable to get repository
[WARN] Unable to checkout golang.org/x/crypto
[ERROR] Update failed for golang.org/x/crypto: Unable to get repository
[WARN] Unable to checkout golang.org/x/net
[ERROR] Update failed for golang.org/x/net: Unable to get repository
[ERROR] Failed to install: Unable to get repository
Unable to get repository
Unable to get repository
Cannot detect VCS
Unable to get repository
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
The text was updated successfully, but these errors were encountered:
I have cloned the code。After that should i download all dependencies by enter glide install or gilde up?I have ented glide install.But there are some errors.As follow:
[INFO] --> Found desired version locally sigs.k8s.io/controller-runtime 8941d18f48f7f27a939031df9bb891f733cc6726!
[INFO] --> Fetching github.com/docker/distribution.
[INFO] --> Fetching github.com/docker/docker.
[INFO] --> Fetching github.com/docker/go-connections.
[INFO] --> Fetching github.com/docker/go-units.
[INFO] --> Fetching github.com/docker/libtrust.
[INFO] --> Fetching github.com/go-logr/logr.
[INFO] --> Fetching github.com/gogo/protobuf.
[INFO] --> Fetching github.com/golang/glog.
[INFO] --> Fetching github.com/golang/protobuf.
[INFO] --> Fetching github.com/google/gofuzz.
[INFO] --> Fetching github.com/googleapis/gnostic.
[INFO] --> Fetching github.com/inconshreveable/mousetrap.
[INFO] --> Fetching github.com/json-iterator/go.
[INFO] --> Fetching github.com/Microsoft/go-winio.
[INFO] --> Fetching github.com/modern-go/reflect2.
[INFO] --> Fetching github.com/Nvveen/Gotty.
[INFO] --> Fetching github.com/opencontainers/go-digest.
[INFO] --> Fetching github.com/opencontainers/image-spec.
[INFO] --> Fetching github.com/opencontainers/runc.
[INFO] --> Fetching github.com/spf13/pflag.
[WARN] Unable to checkout github.com/golang/protobuf
[ERROR] Update failed for github.com/golang/protobuf: Unable to get repository
[INFO] --> Fetching golang.org/x/crypto.
[WARN] Unable to checkout github.com/gogo/protobuf
[ERROR] Update failed for github.com/gogo/protobuf: Unable to get repository
[INFO] --> Fetching golang.org/x/net.
[WARN] Unable to checkout github.com/go-logr/logr
[ERROR] Update failed for github.com/go-logr/logr: Unable to get repository
[INFO] --> Fetching golang.org/x/oauth2.
[WARN] Unable to checkout golang.org/x/oauth2
[ERROR] Update failed for golang.org/x/oauth2: Cannot detect VCS
[INFO] --> Fetching golang.org/x/sys.
[WARN] Unable to checkout github.com/golang/glog
[ERROR] Update failed for github.com/golang/glog: Unable to get repository
[INFO] --> Fetching golang.org/x/text.
[WARN] Unable to checkout golang.org/x/text
[ERROR] Update failed for golang.org/x/text: Cannot detect VCS
[INFO] --> Fetching golang.org/x/time.
[WARN] Unable to checkout golang.org/x/time
[ERROR] Update failed for golang.org/x/time: Cannot detect VCS
[INFO] --> Fetching google.golang.org/appengine.
[WARN] Unable to checkout google.golang.org/appengine
[ERROR] Update failed for google.golang.org/appengine: Cannot detect VCS
[INFO] --> Fetching k8s.io/apimachinery.
[WARN] Unable to checkout k8s.io/apimachinery
[ERROR] Update failed for k8s.io/apimachinery: Cannot detect VCS
[INFO] --> Fetching k8s.io/klog.
[WARN] Unable to checkout k8s.io/klog
[ERROR] Update failed for k8s.io/klog: Cannot detect VCS
[INFO] --> Fetching sigs.k8s.io/yaml.
[WARN] Unable to checkout sigs.k8s.io/yaml
[ERROR] Update failed for sigs.k8s.io/yaml: Cannot detect VCS
[WARN] Unable to checkout github.com/docker/libtrust
[ERROR] Update failed for github.com/docker/libtrust: Unable to get repository
[WARN] Unable to checkout github.com/docker/docker
[ERROR] Update failed for github.com/docker/docker: Unable to get repository
[WARN] Unable to checkout github.com/json-iterator/go
[ERROR] Update failed for github.com/json-iterator/go: Unable to get repository
[WARN] Unable to checkout github.com/docker/go-connections
[ERROR] Update failed for github.com/docker/go-connections: Unable to get repository
[WARN] Unable to checkout github.com/docker/go-units
[ERROR] Update failed for github.com/docker/go-units: Unable to get repository
[WARN] Unable to checkout github.com/docker/distribution
[ERROR] Update failed for github.com/docker/distribution: Unable to get repository
[WARN] Unable to checkout github.com/googleapis/gnostic
[ERROR] Update failed for github.com/googleapis/gnostic: Unable to get repository
[WARN] Unable to checkout github.com/modern-go/reflect2
[ERROR] Update failed for github.com/modern-go/reflect2: Unable to get repository
[WARN] Unable to checkout github.com/inconshreveable/mousetrap
[ERROR] Update failed for github.com/inconshreveable/mousetrap: Unable to get repository
[WARN] Unable to checkout github.com/Microsoft/go-winio
[ERROR] Update failed for github.com/Microsoft/go-winio: Unable to get repository
[WARN] Unable to checkout github.com/google/gofuzz
[ERROR] Update failed for github.com/google/gofuzz: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/image-spec
[ERROR] Update failed for github.com/opencontainers/image-spec: Unable to get repository
[WARN] Unable to checkout github.com/Nvveen/Gotty
[ERROR] Update failed for github.com/Nvveen/Gotty: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/go-digest
[ERROR] Update failed for github.com/opencontainers/go-digest: Unable to get repository
[WARN] Unable to checkout github.com/opencontainers/runc
[ERROR] Update failed for github.com/opencontainers/runc: Unable to get repository
[WARN] Unable to checkout github.com/spf13/pflag
[ERROR] Update failed for github.com/spf13/pflag: Unable to get repository
[WARN] Unable to checkout golang.org/x/sys
[ERROR] Update failed for golang.org/x/sys: Unable to get repository
[WARN] Unable to checkout golang.org/x/crypto
[ERROR] Update failed for golang.org/x/crypto: Unable to get repository
[WARN] Unable to checkout golang.org/x/net
[ERROR] Update failed for golang.org/x/net: Unable to get repository
[ERROR] Failed to install: Unable to get repository
Unable to get repository
Unable to get repository
Cannot detect VCS
Unable to get repository
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Cannot detect VCS
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
Unable to get repository
The text was updated successfully, but these errors were encountered: