xormplus / xorm

xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
BSD 3-Clause "New" or "Revised" License
1.55k stars 222 forks source link

go mod tidy下载报错 #68

Closed Felyne closed 4 years ago

Felyne commented 4 years ago

github.com/xormplus/xorm imports github.com/xormplus/xorm/tags tested by github.com/xormplus/xorm/tags.test imports github.com/xormplus/dialects: git ls-remote -q https://github.com/xormplus/dialects in /home/chen/work/gopath/pkg/mod/cache/vcs/6ed4165c11b1cbfeffc2e639c983966f55199b7c2473d93bb346596c8eb3e7dc: exit status 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled Confirm the import path was entered correctly. If this is a private repository, see https://golang.org/doc/faq#git_https for additional information. github.com/xormplus/xorm imports github.com/xormplus/xorm/tags tested by github.com/xormplus/xorm/tags.test imports github.com/xormplus/names: git ls-remote -q https://github.com/xormplus/names in /home/chen/work/gopath/pkg/mod/cache/vcs/80144a96dbbbf85ef96ca0692b316f8af5dea18be4cb482319753567a4815be7: exit status 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled Confirm the import path was entered correctly.

Felyne commented 4 years ago

没有

---原始邮件--- 发件人: "wentaojin"<notifications@github.com> 发送时间: 2020年5月12日(周二) 上午10:22 收件人: "xormplus/xorm"<xorm@noreply.github.com>; 抄送: "Felyne"<chenwd_135@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [xormplus/xorm] go mod tidy下载报错 (#68)

请问这个有解决吗?我也遇到同样问题

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fzkun commented 4 years ago

遇到同样问题

fzkun commented 4 years ago

@Felyne github.com/xormplus/tags/parser_test.go 里面的代码写错了,注释掉就可以拉下来

Felyne commented 4 years ago

我知道,问题是让作者注释啊

xormplus commented 4 years ago

@Felyne @fzkun 两位抱歉,最近才发现网易邮箱有问题,一直没收到任何邮件,现在才看到,已修复