<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>开发工具 on 有趣的AI</title>
    <link>http://www.wfcoding.com/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/</link>
    <description>Recent content in 开发工具 on 有趣的AI</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>zh-CN</language>
    <copyright>火云</copyright>
    <lastBuildDate>Tue, 11 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://www.wfcoding.com/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Windows 下 Git 多账号配置指南</title>
      <link>http://www.wfcoding.com/articles/programmer/01/</link>
      <pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://www.wfcoding.com/articles/programmer/01/</guid>
      <description>&lt;p&gt;在实际开发中，我们经常需要在同一台电脑上使用多个 Git 账号，例如：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;个人 GitHub 账号&lt;/li&gt;
&lt;li&gt;公司 GitHub 账号&lt;/li&gt;
&lt;li&gt;GitLab 账号&lt;/li&gt;
&lt;li&gt;Gitee 账号&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;如果直接使用默认 Git 配置，很容易遇到这些问题：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;git push&lt;/code&gt; 时使用了错误的账号&lt;/li&gt;
&lt;li&gt;提交记录显示成了另一个账号&lt;/li&gt;
&lt;li&gt;SSH Key 不知道应该使用哪一个&lt;/li&gt;
&lt;li&gt;不同项目频繁修改 &lt;code&gt;user.name&lt;/code&gt; 和 &lt;code&gt;user.email&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;GitHub、GitLab 等多个平台的 SSH 配置互相干扰&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;解决这些问题，最稳定的方案是：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;一个账号对应一套 SSH Key，通过 SSH Config 区分账号，再通过项目级 Git Config 确定提交身份。&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;下面以 Windows 为例，建立一套完整的 Git 多账号工作流。&lt;/p&gt;
&lt;hr&gt;</description>
    </item>
    <item>
      <title>Bitwise:一款好用的ssh工具</title>
      <link>http://www.wfcoding.com/articles/programmer/02/</link>
      <pubDate>Mon, 19 Aug 2024 00:00:00 +0000</pubDate>
      <guid>http://www.wfcoding.com/articles/programmer/02/</guid>
      <description>&lt;p&gt;最近发现一款很好用的免费的SSH客户端：&lt;code&gt;Bitwise SSH Client&lt;/code&gt;。&lt;/p&gt;</description>
    </item>
    <item>
      <title>阿里云windows服务器远程桌面不能连接了怎么办</title>
      <link>http://www.wfcoding.com/articles/programmer/03/</link>
      <pubDate>Mon, 19 Aug 2024 00:00:00 +0000</pubDate>
      <guid>http://www.wfcoding.com/articles/programmer/03/</guid>
      <description>&lt;p&gt;在无法通过windows远程桌面远程连接管理阿里云windows服务器的情况下，其实还有其它办法可以远程连接控制阿里云服务器。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
