<?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>Gitee on Interesting AI</title>
    <link>http://www.wfcoding.com/en/tags/gitee/</link>
    <description>Recent content in Gitee on Interesting AI</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en-US</language>
    <copyright>火云</copyright>
    <lastBuildDate>Tue, 11 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://www.wfcoding.com/en/tags/gitee/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Multi-Account Configuration Guide on Windows</title>
      <link>http://www.wfcoding.com/en/articles/programmer/01/</link>
      <pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://www.wfcoding.com/en/articles/programmer/01/</guid>
      <description>&lt;p&gt;In real-world development, we often need to use multiple Git accounts on the same computer, for example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Personal GitHub account&lt;/li&gt;
&lt;li&gt;Company GitHub account&lt;/li&gt;
&lt;li&gt;GitLab account&lt;/li&gt;
&lt;li&gt;Gitee account&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you simply use the default Git configuration, you can easily run into these problems:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Using the wrong account when running &lt;code&gt;git push&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Commit history showing up under a different account&lt;/li&gt;
&lt;li&gt;Not knowing which SSH Key to use&lt;/li&gt;
&lt;li&gt;Frequently modifying &lt;code&gt;user.name&lt;/code&gt; and &lt;code&gt;user.email&lt;/code&gt; across different projects&lt;/li&gt;
&lt;li&gt;SSH configurations for GitHub, GitLab, and other platforms interfering with each other&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The most stable solution to these problems is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;One account per SSH Key, distinguish accounts through SSH Config, and determine commit identity through project-level Git Config.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Below, using Windows as an example, we&amp;rsquo;ll build a complete Git multi-account workflow.&lt;/p&gt;
&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
