Open tictak opened 7 years ago
do you have an example glide.yaml and glide.lock that can reproduce this failure?
@bacongobbler any glide configure would produce this , you can try any golang proj with proxychains-ng which can be obtained from github.com/rofl0r/proxychains-ng
I use a socks5 tool proxychains-ng to redirects the repo download connections through SOCKS4a/5,but get some error
glide up
success as below [INFO] Downloading dependencies. Please wait... [INFO] --> Fetching updates for github.com/patrickmn/go-cache [INFO] --> Fetching updates for supermq [INFO] --> Detected semantic version. Setting version for github.com/patrickmn/go-cache to v2.0.0 [INFO] Resolving imports [INFO] --> Fetching updates for github.com/nsqio/go-nsq [INFO] --> Fetching updates for github.com/golang/snappy [INFO] Downloading dependencies. Please wait... [INFO] Setting references for remaining imports [INFO] Exporting resolved dependencies... [INFO] --> Exporting github.com/patrickmn/go-cache [INFO] --> Exporting supermq [INFO] --> Exporting github.com/golang/snappy [INFO] --> Exporting github.com/nsqio/go-nsq [INFO] Replacing existing vendor dependencies [INFO] Versions did not change. Skipping glide.lock update. [INFO] Project relies on 4 dependencies.proxychains4 glide up
failed as below [INFO] Downloading dependencies. Please wait... [INFO] --> Fetching updates for github.com/patrickmn/go-cache [INFO] --> Fetching updates for supermq [ERROR] Update failed for github.com/patrickmn/go-cache: The Remote does not match the VCS endpoint [ERROR] Update failed for supermq: The Remote does not match the VCS endpoint [ERROR] Failed to do initial checkout of config: The Remote does not match the VCS endpoint The Remote does not match the VCS endpointany idea why this happended,thanks