We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
您好,有幸看到你的mcube工具集,发现由于windows路径原因无法在windows Git Bash环境执行make pb命令,以下各人的解决方法,已验证有效,请参考!
MOD_DIR_WINDOWS := $(shell go env GOPATH | sed -e 's/\\\\\(.\)/\/\1/g' | sed 's/://g')/pkg/mod pb_windows: ## Copy mcube protobuf files to common/pb for Windows @mkdir -pv common/pb/github.com/infraboard/mcube/pb @rm -rf common/pb/github.com/infraboard/mcube/pb/* @cp -r /${MOD_DIR_WINDOWS}/${MCUBE_MODULE}@${MCUBE_VERSION}/pb/* common/pb/github.com/infraboard/mcube/pb @rm -rf common/pb/github.com/infraboard/mcube/pb/*/*.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,有幸看到你的mcube工具集,发现由于windows路径原因无法在windows Git Bash环境执行make pb命令,以下各人的解决方法,已验证有效,请参考!
The text was updated successfully, but these errors were encountered: