<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agence de Développement Informatique du Nord &#187; Git</title>
	<atom:link href="http://blog.adin.pro/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>error: src refspec master does not match any.</title>
		<link>http://blog.adin.pro/2013-11-29/error-src-refspec-master-does-not-match-any/</link>
		<comments>http://blog.adin.pro/2013-11-29/error-src-refspec-master-does-not-match-any/#comments</comments>
		<pubDate>Fri, 29 Nov 2013 15:19:54 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=327</guid>
		<description><![CDATA[<p>You are setting up a new git repository and when you try to push you get this error : This just mean you forgot to do the initial commit, try That should works.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-11-29/error-src-refspec-master-does-not-match-any/">error: src refspec master does not match any.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are setting up a new git repository and when you try to push you get this error :</p>
<pre class="brush: bash; title: ; notranslate">
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://your_host/project.git'
</pre>
<p>This just mean you forgot to do the initial commit, try</p>
<pre class="brush: bash; title: ; notranslate">
git add .
git commit -m 'initial commit'
git push origin master
</pre>
<p>That should works.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-11-29/error-src-refspec-master-does-not-match-any/">error: src refspec master does not match any.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-11-29/error-src-refspec-master-does-not-match-any/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
