当我推送一个或两个文件时,我可以成功推送,但是当我尝试推送多个文件时,我在很长时间后收到消息
error: RPC failed; curl 55 Send failure: Connection timed out
fatal: The remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)
我已经通过增加 postBuffer 应用了解决方案,但仍然无法正常工作。
详细推送命令的响应
GIT_CURL_VERBOSE=1 git push origin backend
Run Code Online (Sandbox Code Playgroud)
正在关注
* Couldn't find host gitlab.odookorea.com in the .netrc file; using defaults
* Found bundle for host gitlab.odookorea.com: 0x918de0 [can pipeline]
* Re-using existing connection! (#0) with host gitlab.odookorea.com
* Connected to gitlab.odookorea.com (182.237.84.46) port 80 (#0)
* Server auth using Basic with user 'abbas'
> GET /hyuna/fruits-passion.git/info/refs?service=git-receive-pack HTTP/1.1
Host: gitlab.odookorea.com
Authorization: Basic …Run Code Online (Sandbox Code Playgroud) 我如何删除Magento默认表单ui组件。如市场营销中的图像->购物车价格规则-> [选择已创建的规则]->安排新更新
我要删除规则信息,条件,操作,标签顶部横幅,产品说明横幅之后,产品标签
如您所见,与默认的Magento EE相比,它具有一些额外的ui_components。这是因为Amasty_Promo模块。所以我想将其删除。
在Magento 2中,我们如何使用形式为ui component xml文件的文本区域字段添加WYSIWYG编辑器?要添加文本区域,我在xml文件中使用以下代码.
<field name="detail">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">true</item>
<item name="dataType" xsi:type="string">text</item>
<item name="formElement" xsi:type="string">textarea</item>
<item name="source" xsi:type="string">sample_shop</item>
<item name="label" xsi:type="string">Detail</item>
</item>
</argument>
</field>
Run Code Online (Sandbox Code Playgroud)