<?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>James Revillini &#187; git</title>
	<atom:link href="http://james.revillini.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.revillini.com</link>
	<description>Say 'no' to styrofoam.</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[SOLVED] &#8220;fatal: Could not read bundle &#8216;/path/to/your/file.ext&#8217;.&#8221; during git clone</title>
		<link>http://james.revillini.com/2010/01/17/solved-fatal-could-not-read-bundle-pathtoyourfile-ext-during-git-clone/</link>
		<comments>http://james.revillini.com/2010/01/17/solved-fatal-could-not-read-bundle-pathtoyourfile-ext-during-git-clone/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:07:46 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://james.revillini.com/2010/01/17/solved-fatal-could-not-read-bundle-pathtoyourfile-ext-during-git-clone/</guid>
		<description><![CDATA[$ git clone /path/to/repo/* Initialized empty Git repository in /path/to/file.ext/.git/ error: &#8216;/path/to/repo/file.ext&#8217; does not look like a v2 bundle file fatal: Could not read bundle &#8216;/path/to/repo/file.ext&#8217;. Fortunately, it happened after I&#8217;d just done a serious site-wide rename of a bunch of files, and I decided to try cleaning the repository. This solved everything: $ git [...]]]></description>
			<content:encoded><![CDATA[<p>$ git clone /path/to/repo/*<br />
Initialized empty Git repository in /path/to/file.ext/.git/<br />
error: &#8216;/path/to/repo/file.ext&#8217; does not look like a v2 bundle file<br />
fatal: Could not read bundle &#8216;/path/to/repo/file.ext&#8217;.</p>
<p>Fortunately, it happened after I&#8217;d just done a serious site-wide rename of a bunch of files, and I decided to try cleaning the repository.</p>
<p>This solved everything:<br />
$ git gc /path/to/repo</p>
]]></content:encoded>
			<wfw:commentRss>http://james.revillini.com/2010/01/17/solved-fatal-could-not-read-bundle-pathtoyourfile-ext-during-git-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
