小编Abb*_*bas的帖子

错误:RPC 失败;curl 55 发送失败:连接超时

当我推送一个或两个文件时,我可以成功推送,但是当我尝试推送多个文件时,我在很长时间后收到消息

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)

git gitlab

8
推荐指数
0
解决办法
3086
查看次数

使用ui_component禁用Magento2组件

我如何删除Magento默认表单ui组件。如市场营销中的图像->购物车价格规则-> [选择已创建的规则]->安排新更新

在此处输入图片说明

在此处输入图片说明

我要删除规则信息,条件,操作,标签顶部横幅,产品说明横幅之后,产品标签

如您所见,与默认的Magento EE相比,它具有一些额外的ui_components。这是因为Amasty_Promo模块。所以我想将其删除。

php uicomponents magento2

0
推荐指数
1
解决办法
3161
查看次数

Magento 2 Ui组件wysiwyg

在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)

magento magento2

0
推荐指数
1
解决办法
2483
查看次数

标签 统计

magento2 ×2

git ×1

gitlab ×1

magento ×1

php ×1

uicomponents ×1