为了账号安全,请及时绑定邮箱和手机立即绑定

ERRO[0000] Error: name buffalodevn is not allowed

ERRO[0000] Error: name buffalodevn is not allowed

Go
叮当猫咪 2022-04-26 14:48:53
当尝试在我的 Go Path 中启动一个新的 buffalo 项目时,我收到了这个错误,在我的搜索中,我在文档或不同论坛上的其他问题中没有看到任何对这个错误的引用。我尝试了不同形式的不同名称,但我总是得到相同的错误,我不知道为什么。(试过没有水牛的名字)ERRO[0000] Error: name buffalodevn is not allowed, try a different application name当我运行 Buffalo Info 时-> Go: Checking installation✓ The `go` executable was found on your system at: /usr/local/go/bin/go-> Go: Checking minimum version requirements✓ Your version of Go, 1.13.4, meets the minimum requirements.-> Go: Checking GOPATH✓ You are using Go Modules, so no need to worry about the GOPATH.-> Go: Checking Package Management✓ You are using Go Modules (`go`) for package management.-> Go: Checking PATH✓ Your PATH contains /home/alexmerced/go/bin.-> Node: Checking installation✓ The `node` executable was found on your system at: /usr/bin/node-> Node: Checking minimum version requirements✓ Your version of Node, v12.13.1, meets the minimum requirements.-> NPM: Checking installation✓ The `npm` executable was found on your system at: /usr/bin/npm-> NPM: Checking minimum version requirements✓ Your version of NPM, 6.13.4, meets the minimum requirements.-> Yarn: Checking installation✘ The `yarnpkg` executable could not be found on your system.For help setting up your Yarn environment please follow the instructions for you platform at:https://yarnpkg.com/en/docs/install-> PostgreSQL: Checking installation✘ The `postgres` executable could not be found on your system.For help setting up your Postgres environment please follow the instructions for you platform at:https://www.postgresql.org/download/-> MySQL: Checking installation✘ The `mysql` executable could not be found on your system.For help setting up your MySQL environment please follow the instructions for you platform at:https://www.mysql.com/downloads/-> SQLite3: Checking installation✓ The `sqlite3` executable was found on your system at: /usr/bin/sqlite3-> SQLite3: Checking minimum version requirements✓ Your version of SQLite3, 3.29.0, meets the minimum requirements.
查看完整描述

1 回答

?
千万里不及你

TA贡献1784条经验 获得超9个赞

我发现了你的问题,因为我遇到了同样的问题并寻找了解决方案......然后我查看了源代码并发现:

fb := append(opts.ForbiddenNames, "buffalo", "test", "dev")

因此,名称似乎不允许包含“buffalo”、“test”或“dev”。


查看完整回答
反对 回复 2022-04-26
  • 1 回答
  • 0 关注
  • 145 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信