我执行的指令
在jaeger-client-go 同级目录
➜glide get github.com/uber/jaeger-client-go#2.7.0
glide.yaml
package: github.com/uber/jaeger-client-go
import:
- package: github.com/uber/jaeger-client-go
version: ^2.7.0
执行结果: [WARN] The name listed in the config file (github.com/uber/jaeger-client-go) does not match the current location (github.com/uber) [INFO] Preparing to install 1 package. [INFO] Attempting to get package github.com/uber/jaeger-client-go [INFO] --> Adding github.com/uber/jaeger-client-go to your configuration with the version 2.7.0 [INFO] Downloading dependencies. Please wait... [INFO] --> Fetching updates for github.com/uber/jaeger-client-go [WARN] Download failed. [ERROR] Update failed for github.com/uber/jaeger-client-go: Unable to update repository: exit status 255 [ERROR] Failed to checkout packages: Unable to update repository: exit status 255
有疑问加站长微信联系(非本文作者)

用官方的dep吧