<?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[remote: The project you were looking for could not be found]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[编程杂谈]]></category>
<pubDate>Wed, 20 Oct 2021 02:15:17 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	remote: The project you were looking for could not be found.<br/><br/>在使用Git客户端克隆和pull远程仓库的时候报错：提示找不到上游仓库，但是地址是正确的！<br/><br/>问题原因解析：<br/><br/>因为自己的项目不止一个 又有自动保存git密码的功能，当clone第二个项目的时候和之前的git用户不是同一个就会报这个错误！<br/><br/>解决方案：<br/><br/>在自己的项目路径上加上自己的用户名，<br/>例如：<br/>Git clone http://10.1.100.1:0000/credit/code/heck.git （失败）<br/>Git clone http://用户名@10.1.100.1:0000/credit/code/heck.git（成功）<br/><br/>或者clear掉之前拉的项目保存的用户名和密码认证的数据。
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] remote: The project you were looking for could not be found]]></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>