Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get 下载不了 #3

Closed
youmisun opened this issue Jul 6, 2017 · 1 comment
Closed

go get 下载不了 #3

youmisun opened this issue Jul 6, 2017 · 1 comment

Comments

@youmisun
Copy link

youmisun commented Jul 6, 2017

go get -v github.com/zituocn/22v
打印如下信息
github.com/zituocn/VMovie (download)

cd .; git clone https://github.com/zituocn/VMovie E:\go\src\github.com\zituocn\VMovie

Cloning into 'E:\go\src\github.com\zituocn\VMovie'...
remote: Repository not found.
fatal: repository 'https://github.com/zituocn/VMovie/' not found
package github.com/zituocn/VMovie/models: exit status 128
package github.com/zituocn/VMovie/routers: cannot find package "github.com/zituocn/VMovie/routers" in any of:
C:\Go\src\github.com\zituocn\VMovie\routers (from $GOROOT)
E:\go\src\github.com\zituocn\VMovie\routers (from $GOPATH)
package github.com/zituocn/VMovie/task: cannot find package "github.com/zituocn/VMovie/task" in any of:
C:\Go\src\github.com\zituocn\VMovie\task (from $GOROOT)
E:\go\src\github.com\zituocn\VMovie\task (from $GOPATH)

@zituocn
Copy link
Owner

zituocn commented Jul 7, 2017

git clone https://github.com/zituocn/22v.git

然后把 22v目录改成VMovie,再go build。
如果缺少什么第三方包,请自行获取。

@zituocn zituocn closed this as completed Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants