我按照教程进行滑翔使用。我做到glide init
了,并且glide.yaml
成功创建了一个。发布那个,当我这样做时glide update
,我遇到了错误。知道如何解决这个问题吗?
我安装glide
使用go get github.com/Masterminds/glide
注意:我正在Windows
通过Git Bash
终端进行这些操作。
(不确定,但如果GOPATH
需要值,它是/c/Users/aagoyal/eclipse-workspace-oxygen/GoPath/:/d/Edge_OSS/code/microservice/NE3SProto/
。我的代码在 location /d/DAAAS/Edge_OSS/code/microservice/NE3SProto/src/ne3s
)
$ glide update
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/gorilla/mux
[INFO] Resolving imports
[INFO] --> Fetching updates for github.com/gorilla/context
[INFO] Downloading dependencies. Please wait...
[INFO] Setting references for remaining imports
[INFO] Exporting resolved dependencies...
[INFO] --> Exporting github.com/gorilla/context
[INFO] --> Exporting github.com/gorilla/mux
[INFO] Replacing existing vendor dependencies
[ERROR] Unable to export dependencies to vendor directory: Error moving files: exit status 1. output: Access is denied.
0 dir(s) moved.