<?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[git切换分支报错:error: pathspec origin/XXX did not match any file(s) known to git.]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[版本控制]]></category>
<pubDate>Thu, 16 Nov 2017 14:25:17 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	现象：git checkout dev，出现,error: pathspec &#039;dev&#039; did not match any file(s) known to git.<br/><br/>项目上有一个分支test，使用git branch -a看不到该远程分支，直接使用命令git checkout test报错如下：<br/><br/>error: pathspec &#039;origin/test&#039; did not match any file(s) known to git.<br/>解决方法： <br/>1、执行命令git fetch取回所有分支的更新<br/>2、执行git branch -a可以看到test分支（已经更新分支信息）<br/>3、切换分支git checkout test<br/><br/>From:http://blog.csdn.net/lissdy/article/details/50291995
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] git切换分支报错:error: pathspec origin/XXX did not match any file(s) known to git.]]></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>