-
Notifications
You must be signed in to change notification settings - Fork 164
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
生成项目的目录结构不正确 #73
Comments
$ ls |
常在centos环境使用命令或在页面生成代码都正常,ubuntu环境应该也是一样,检查一下安装sponge是否正确,或者更新 |
升级后页面生成的结构还是不行,用命令行生成的结构正确。但是命令行有另外的bug: --db-dsn里面包含特殊字符比如"!"会报错:bash: !QAZ@: event not found |
如果使用 zsh shell解析器执行sponge命令,参数--db-dsn值需要加双引号,示例: |
就是加了双引号也不行。但是可以workaround:先随便写一个,生成之后改 |
我的环境是ubuntu20.04, 用页面构建的grpc项目,结构是平铺的,跟说明的不一样,这也导致了无法继续make proto,报错
![Uploading 2024-10-17_17-02.png…]()
github.com/zhufuyi/[email protected]: missing go.sum entry for go.mod file; to add it:
go mod download github.com/zhufuyi/sponge
bash: scripts/protoc.sh: 没有那个文件或目录
make: *** [Makefile:43:proto] 错误 127
The text was updated successfully, but these errors were encountered: