go get 报错

vest · 2013-05-16 13:24:08 · 7726 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2013-05-16 13:24:08 的主题,其中的信息可能已经有所发展或是发生改变。

D:\mygo\src>go get github.com/astaxie/beego

  1 [main] git-remote-https 4108 fork: child -1 - forked process 8012 died nexpectedly, retry 0, exit code -1073741515, errno 11

cd .; git clone https://github.com/garyburd/redigo D:\mygo\src\github.com\gaburd\redigo

cygwin warning:

MS-DOS style path detected: D:\mygo\src\github.com\garyburd\redigo
Preferred POSIX equivalent is: /cygdrive/d/mygo/src/github.com/garyburd/redi

CYGWIN environment variable option "nodosfilewarning" turns off this warning
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames

Cloning into 'D:\mygo\src\github.com\garyburd\redigo'...
  1 [main] git-remote-https 4108 fork: child -1 - forked process 8012 died nexpectedly, retry 0, exit code -1073741515, errno 11

error: cannot fork() for fetch-pack: Resource temporarily unavailable
package github.com/garyburd/redigo/redis: exit status 128
  0 [main] git-remote-https 6772 fork: child -1 - forked process 5348 died nexpectedly, retry 0, exit code -1073741515, errno 11

cd .; git clone https://github.com/go-sql-driver/mysql D:\mygo\src\github.cogo-sql-driver\mysql

cygwin warning: MS-DOS style path detected: D:\mygo\src\github.com\go-sql-driver\mysql Preferred POSIX equivalent is: /cygdrive/d/mygo/src/github.com/go-sql-driver ysql

CYGWIN environment variable option "nodosfilewarning" turns off this warning

Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
Cloning into 'D:\mygo\src\github.com\go-sql-driver\mysql'...
  0 [main] git-remote-https 6772 fork: child -1 - forked process 5348 died nexpectedly, retry 0, exit code -1073741515, errno 11
error: cannot fork() for fetch-pack: Resource temporarily unavailable
package github.com/go-sql-driver/mysql: exit status 128
  1 [main] git-remote-https 6488 fork: child -1 - forked process 4760 died nexpectedly, retry 0, exit code -1073741515, errno 11

cd .; git clone https://github.com/russross/blackfriday D:\mygo\src\github.c\russross\blackfriday

cygwin warning: MS-DOS style path detected: D:\mygo\src\github.com\russross\blackfriday Preferred POSIX equivalent is: /cygdrive/d/mygo/src/github.com/russross/blacriday

CYGWIN environment variable option "nodosfilewarning" turns off this warning
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames

Cloning into 'D:\mygo\src\github.com\russross\blackfriday'...
  1 [main] git-remote-https 6488 fork: child -1 - forked process 4760 died nexpectedly, retry 0, exit code -1073741515, errno 11
error: cannot fork() for fetch-pack: Resource temporarily unavailable
package github.com/russross/blackfriday: exit status 128

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

7726 次点击  
加入收藏 微博
6 回复  |  直到 2013-05-20 12:31:02
polaris
polaris · #1 · 12年之前

你就说你是干嘛吧?go get beego?

vest
vest · #2 · 12年之前

是的。

vest
vest · #3 · 12年之前

用git clone 又可以的,go get不行

polaris
polaris · #4 · 12年之前

我这边用go get试了,一点问题都没有。你go get 其他库呢?

vest
vest · #5 · 12年之前

所有的库都一样的。我直接git clone 到本地然后install, 然后调用可以的,不知道是不是被墙还是什么别的原因了。

vest
vest · #6 · 12年之前

Git-1.8.1.2-preview20130201.exe安装这个git工具,然后加入系统path,就可以go get 到本地。github 那个windows的版本,不可以。希望对遇到同样问题的人有帮组。

添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传