Skip to content

Commit c373cf2

Browse files
authored
Auto deploy from GitHub Actions build 528
taoky: [68c862d] flathub: Add debug env
1 parent 30a2e3b commit c373cf2

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

flathub.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,15 @@
21912191

21922192
<li class="md-nav__item">
21932193
<a href="#_3" class="md-nav__link">
2194+
<span class="md-ellipsis">
2195+
调试方法
2196+
</span>
2197+
</a>
2198+
2199+
</li>
2200+
2201+
<li class="md-nav__item">
2202+
<a href="#_4" class="md-nav__link">
21942203
<span class="md-ellipsis">
21952204
相关链接
21962205
</span>
@@ -2764,6 +2773,15 @@
27642773

27652774
<li class="md-nav__item">
27662775
<a href="#_3" class="md-nav__link">
2776+
<span class="md-ellipsis">
2777+
调试方法
2778+
</span>
2779+
</a>
2780+
2781+
</li>
2782+
2783+
<li class="md-nav__item">
2784+
<a href="#_4" class="md-nav__link">
27672785
<span class="md-ellipsis">
27682786
相关链接
27692787
</span>
@@ -2804,7 +2822,11 @@ <h2 id="_2">配置方法<a class="headerlink" href="#_2" title="Permanent link">
28042822
<p>在已有 <code>flathub</code> 远程源的基础上:</p>
28052823
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>sudo<span class="w"> </span>flatpak<span class="w"> </span>remote-modify<span class="w"> </span>flathub<span class="w"> </span>--url<span class="o">=</span>https://mirrors.ustc.edu.cn/flathub
28062824
</code></pre></div>
2807-
<h2 id="_3">相关链接<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h2>
2825+
<h2 id="_3">调试方法<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h2>
2826+
<p>如果怀疑网络问题,请添加 <code>OSTREE_DEBUG_HTTP=1</code> 环境变量后再次运行 <code>flatpak</code> 命令以获取 libcurl 的详细输出,例如:</p>
2827+
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nv">OSTREE_DEBUG_HTTP</span><span class="o">=</span><span class="m">1</span><span class="w"> </span>flatpak<span class="w"> </span>install<span class="w"> </span>com.github.tchx84.Flatseal
2828+
</code></pre></div>
2829+
<h2 id="_4">相关链接<a class="headerlink" href="#_4" title="Permanent link">&para;</a></h2>
28082830
<dl>
28092831
<dt>Flathub</dt>
28102832
<dd>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,8 +2698,8 @@ <h1 id="_1"><a href="/">中国科学技术大学开源软件镜像</a>使用帮
26982698
<p>提示:可以按下 <span class="keys"><kbd class="key-s">S</kbd></span> 键开始搜索。</p>
26992699
<div class="admonition info">
27002700
<p class="admonition-title">信息</p>
2701-
<p>本帮助页面部署自 <a href="https://github.com/ustclug/mirrorhelp/commit/c1ac258f227f0631f84e10cd91c4d25717f5af68"><code>c1ac258</code> taoky: flatpak: Add</a></p>
2702-
<p>更新时间:2025-01-30 18:24:21</p>
2701+
<p>本帮助页面部署自 <a href="https://github.com/ustclug/mirrorhelp/commit/68c862d3f9d005ad7de79bdd3cbbaf08e2dba978"><code>68c862d</code> taoky: flathub: Add debug env</a></p>
2702+
<p>更新时间:2025-01-30 18:54:05</p>
27032703
</div>
27042704

27052705

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)