【发布时间】:2017-04-12 11:05:06
【问题描述】:
我想安装 dbweb 来管理 MySQL 数据库服务器,但在 cmd 中出现此错误。 我试图在我的 go 项目上安装它并得到同样的错误。
C:\Users\NakhodaSokoot>go get github.com/go-xorm/dbweb
# cd C:\Users\NakhodaSokoot\go\src\github.com\lunny\nodb; git pull --ff-only
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
package github.com/lunny/nodb/config: exit status 1
# cd C:\Users\NakhodaSokoot\go\src\golang.org\x\crypto; git pull --ff-only
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
package golang.org/x/crypto/scrypt: exit status 1
【问题讨论】:
-
看起来你的 git 配置有问题。你能进入每个 repo,确保你在 master 上,然后尝试拉取吗?
标签: mysql go mysql-management