我在windows 10 pro上安装了docker.我在git-bash中运行以下命令时遇到了问题.
docker-compose up -d --build
并得到以下错误.
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
(23) Failed writing body
Error executing command, exiting
ERROR: Service 'web' failed to build: The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_8.x | bash' returned a non-zero code: 1
Run Code Online (Sandbox Code Playgroud)
任何帮助深表感谢.提前致谢.
我正在使用 elementor wordpress 插件。我使用 elementor pro 插件制作了一个表格。我想在提交表单时获取数据并发送带有表单数据的外部 api 调用。我研究了 elementor 文档,但没有找到清晰的代码示例。有没有办法将表单数据发送到外部api。