<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Git &#8211; setting up a remote repository and doing an initial &#8216;push&#8217;</title>
	<atom:link href="http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/</link>
	<description>The Lightweight Ramblings of Jamie Hill</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:06:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jarred</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4289</link>
		<dc:creator>Jarred</dc:creator>
		<pubDate>Tue, 31 Jan 2012 20:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4289</guid>
		<description>Fantastic!! thank you, it&#039;s been so hard to find a writeup this concise... all i needed were these steps!</description>
		<content:encoded><![CDATA[<p>Fantastic!! thank you, it&#8217;s been so hard to find a writeup this concise&#8230; all i needed were these steps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4285</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Fri, 27 Jan 2012 14:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4285</guid>
		<description>One Word...Godsend! Thank you!</description>
		<content:encoded><![CDATA[<p>One Word&#8230;Godsend! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam K</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4237</link>
		<dc:creator>Adam K</dc:creator>
		<pubDate>Thu, 08 Dec 2011 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4237</guid>
		<description>In 

ssh git@example.com
mkdir my_project.git
cd my_project.git
git init --bare
git-update-server-info # If planning to serve via HTTP
exit

The server does not recognize &quot;git-update-server-info&quot; but does appear to accept &quot;git update-server-info&quot;

When I try the second paragraph,

&quot;git push origin master&quot;

I get:

! [remote rejected] master -&gt; master (branch is currently checked out)

Any ideas? Why is it trying to push &quot;master&quot; when I&#039;m telling it &quot;origin&quot;?
I even logged back into my server and try to create a branch called &quot;origin&quot;, it returns

$git branch origin
fatal: Not a valid object name: &#039;master&#039;.

Also tried to commit (since it said &quot;branch is currently checked out&quot;) and I got this

$git commit -a
fatal: This operation must be run in a work tree

Thanks</description>
		<content:encoded><![CDATA[<p>In </p>
<p>ssh <a href="mailto:git@example.com">git@example.com</a><br />
mkdir my_project.git<br />
cd my_project.git<br />
git init &#8211;bare<br />
git-update-server-info # If planning to serve via HTTP<br />
exit</p>
<p>The server does not recognize &#8220;git-update-server-info&#8221; but does appear to accept &#8220;git update-server-info&#8221;</p>
<p>When I try the second paragraph,</p>
<p>&#8220;git push origin master&#8221;</p>
<p>I get:</p>
<p>! [remote rejected] master -> master (branch is currently checked out)</p>
<p>Any ideas? Why is it trying to push &#8220;master&#8221; when I&#8217;m telling it &#8220;origin&#8221;?<br />
I even logged back into my server and try to create a branch called &#8220;origin&#8221;, it returns</p>
<p>$git branch origin<br />
fatal: Not a valid object name: &#8216;master&#8217;.</p>
<p>Also tried to commit (since it said &#8220;branch is currently checked out&#8221;) and I got this</p>
<p>$git commit -a<br />
fatal: This operation must be run in a work tree</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4217</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 22 Nov 2011 21:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4217</guid>
		<description>This works fine with bitbucket.org
Thanks :)</description>
		<content:encoded><![CDATA[<p>This works fine with bitbucket.org<br />
Thanks <img src='http://thelucid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git – setting up a remote repository and doing an initial ‘push’ « The Lucid &#124; OpCode1300&#039;s</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4206</link>
		<dc:creator>Git – setting up a remote repository and doing an initial ‘push’ « The Lucid &#124; OpCode1300&#039;s</dc:creator>
		<pubDate>Thu, 08 Sep 2011 03:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4206</guid>
		<description>[...] Git – setting up a remote repository and doing an initial ‘push’ « The Lucid.   This entry was posted in Software and tagged git, how-to by admin. Bookmark the permalink. [...]</description>
		<content:encoded><![CDATA[<p>[...] Git – setting up a remote repository and doing an initial ‘push’ « The Lucid.   This entry was posted in Software and tagged git, how-to by admin. Bookmark the permalink. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git remotes &#171; Bassed</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4203</link>
		<dc:creator>Git remotes &#171; Bassed</dc:creator>
		<pubDate>Fri, 19 Aug 2011 06:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4203</guid>
		<description>[...] This is ripped off http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is ripped off <a href="http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/" rel="nofollow">http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Lavender</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4198</link>
		<dc:creator>Rob Lavender</dc:creator>
		<pubDate>Fri, 12 Aug 2011 07:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4198</guid>
		<description>Some good ideas. I&#039;m looking forward to adding them to my GIT toolkit.</description>
		<content:encoded><![CDATA[<p>Some good ideas. I&#8217;m looking forward to adding them to my GIT toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git remote repository 생성 방법 &#171; 살군의 보조기억 장치</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4167</link>
		<dc:creator>Git remote repository 생성 방법 &#171; 살군의 보조기억 장치</dc:creator>
		<pubDate>Fri, 22 Jul 2011 02:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4167</guid>
		<description>[...] Git – setting up a remote repository and doing an initial ‘push’ [...]</description>
		<content:encoded><![CDATA[<p>[...] Git – setting up a remote repository and doing an initial ‘push’ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4162</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 14 Jul 2011 14:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4162</guid>
		<description>@Yoichi Yes that is correct, sorry I should have been more explicit.</description>
		<content:encoded><![CDATA[<p>@Yoichi Yes that is correct, sorry I should have been more explicit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/comment-page-1/#comment-4159</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 14 Jul 2011 14:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://thelucid.com/?p=495#comment-4159</guid>
		<description>Thanks @frak</description>
		<content:encoded><![CDATA[<p>Thanks @frak</p>
]]></content:encoded>
	</item>
</channel>
</rss>

