<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]Git在存二进制文件时git add rsynctimer 出现fatal: rsynctimer 中的 CRLF 将被 LF 替换无法提交的解决办法。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[版本控制]]></category>
<pubDate>Fri, 10 Jan 2020 10:15:42 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	git add rsynctimer <br/>fatal: playbook/bc.qr.*.cn/files/rsynctimer 中的 CRLF 将被 LF 替换<br/><br/>注意顺序，别搞反了：<br/><textarea name="code" class="php" rows="15" cols="100">
cat .gitattributes
* text eol=lf
* binary
</textarea><br/>上面这样修改后，git diff *.yml也认为是binary，无法git diff，还得这样，<br/>让.out是可执行程序，因为gcc hello.c -o hello.out<br/>于是 .out是可执行的二进制文件得了，作如下修改，正确如下：<br/><textarea name="code" class="php" rows="15" cols="100">
* .out binary
* text eol=lf diff
</textarea><br/><br/><br/><br/>it add playbook/bc.qr.*.cn/files/rsynctimer/rsynctimer.out<br/>fatal: playbook/bc.qr.*.cn/files/rsynctimer/rsynctimer.out 中的 CRLF 将被 LF 替换<br/><br/>git diff&nbsp;&nbsp;playbook/bc.qr.*.cn/bc_web.yml&nbsp;&nbsp; #正常git diff<br/><br/>以上实践来自：http://www.it1352.com/798609.html<br/>更多配置上的原理：https://www.jianshu.com/p/2a46dfd3705a
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]Git在存二进制文件时git add rsynctimer 出现fatal: rsynctimer 中的 CRLF 将被 LF 替换无法提交的解决办法。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>