<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>r404</title>
        <link>https://paragraph.com/@r404</link>
        <description>undefined</description>
        <lastBuildDate>Wed, 29 Apr 2026 03:00:59 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>r404</title>
            <url>https://storage.googleapis.com/papyrus_images/9b1bf0f3aa336220469b36756d56f7dec1dce6a86deb04fcb727fc66c69e44a5.png</url>
            <link>https://paragraph.com/@r404</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Git工具Fork在Windows下某些场景无法使用ssh key的解决]]></title>
            <link>https://paragraph.com/@r404/git-fork-windows-ssh-key</link>
            <guid>hOz9oVTdU1hp83GOUdGS</guid>
            <pubDate>Thu, 30 Dec 2021 08:39:09 GMT</pubDate>
            <description><![CDATA[#Git #Fork #Windows #SSH 之前有朋友推荐过一款Git的GUI端Fork ,趁着打折冲动购入。基本功能倒蛮不错，但Windows10下，使用ssh方式连接公司内部自建GitLab时却无法成功。尝试通过菜单（File-> Configure SSH Keys...）无法成功，经过google检索及摸索，最后还是回到配置home下的.ssh/config 实现了完美解决。 配置位置【%userprofile%.ssh】，追加内容如下： Host xxx.xxx HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa IdentityFile C:/Users/xxx/.ssh/id_rsaxxxx 若有多个服务器，可以参照上述内容进行追加。 注意点：若要使用home下的.ssh内容，则Fork上Configure SSH Keys里面所有的勾选要取消掉，否则可能无法生效。]]></description>
            <content:encoded><![CDATA[<p>#Git #Fork #Windows #SSH</p><p>之前有朋友推荐过一款Git的GUI端<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://fork.dev/">Fork</a> ,趁着打折冲动购入。基本功能倒蛮不错，但Windows10下，使用ssh方式连接公司内部自建GitLab时却无法成功。尝试通过菜单（File-&gt; Configure SSH Keys...）无法成功，经过google检索及摸索，最后还是回到配置home下的.ssh/config 实现了完美解决。</p><p>配置位置【%userprofile%.ssh】，追加内容如下：</p><p><code>Host xxx.xxx</code> <code>HostKeyAlgorithms +ssh-rsa</code> <code>PubkeyAcceptedKeyTypes +ssh-rsa</code> <code>IdentityFile C:/Users/xxx/.ssh/id_rsaxxxx</code></p><p>若有多个服务器，可以参照上述内容进行追加。</p><p>注意点：若要使用home下的.ssh内容，则Fork上Configure SSH Keys里面所有的勾选要取消掉，否则可能无法生效。</p>]]></content:encoded>
            <author>r404@newsletter.paragraph.com (r404)</author>
        </item>
        <item>
            <title><![CDATA[Hello world!]]></title>
            <link>https://paragraph.com/@r404/hello-world</link>
            <guid>yaLFkelQHx1vI04u1ghL</guid>
            <pubDate>Wed, 29 Dec 2021 17:27:53 GMT</pubDate>
            <description><![CDATA[Hello world! My first entry!]]></description>
            <content:encoded><![CDATA[<p>Hello world! My first entry!</p>]]></content:encoded>
            <author>r404@newsletter.paragraph.com (r404)</author>
        </item>
    </channel>
</rss>