<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/post//</link>
<title><![CDATA[Git不同服务器配置不同身份]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[运维管理]]></category>
<pubDate>Thu, 21 May 2026 01:48:34 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	# 你的默认全局账号<br/>[user]<br/>&nbsp;&nbsp;name = heck<br/>&nbsp;&nbsp;email = i@heckjj.com<br/><br/># ======================<br/># 自动切换 heckjj 账号<br/># ======================<br/>[includeIf &quot;hasconfig:remote.*.url:https://git.tencent.com/**&quot;]<br/>&nbsp;&nbsp;path = .gitconfig-tencent<br/><br/>最后一步：必须新建这个文件<br/>打开文件夹：C:&#92;Users&#92;你的用户名&#92;<br/>新建一个文件，名字叫：<br/>.gitconfig-tencent<br/>内容只有这两行：<br/>[user]<br/>&nbsp;&nbsp;name = heck<br/>&nbsp;&nbsp;email = heck@tencent.com<br/><br/>这样就自动生效了<br/>所有 git.tencent.com 仓库 → 自动用 heck<br/>其他所有仓库 → 用你的默认账号 heck<br/>不用手动切换，不用每个仓库单独设置<br/>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] Git不同服务器配置不同身份]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>