<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gitsync error]]></title><description><![CDATA[<p dir="auto">After installing git package, and doing 'playback gitsync master', I get:</p>
<p dir="auto">===&gt; Checking out master<br />
===&gt; Fetching updates…<br />
remote: Counting objects: 128266, done.<br />
remote: Compressing objects: 100% (35445/35445), done.<br />
remote: Total 128266 (delta 92288), reused 127494 (delta 91772)<br />
Receiving objects: 100% (128266/128266), 25.28 MiB | 2.03 MiB/s, done.<br />
Resolving deltas: 100% (92288/92288), done.<br />
From git://github.com/pfsense/pfsense</p>
<ul>
<li>branch            HEAD      -&gt; FETCH_HEAD<br />
<strong>fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.<br />
Use '–' to separate paths from revisions, like this:<br />
'git &lt;command&gt;&lt;/command&gt;[&lt;revision&gt;…] – [&lt;file&gt;…]'&lt;/file&gt;&lt;/revision&gt;</strong><br />
===&gt; Installing new files…<br />
===&gt; Removing FAST-CGI temporary files...<br />
===&gt; Upgrading configuration (if needed)...<br />
===&gt; Configuring filter...<br />
===&gt; Running /etc/rc.php_ini_setup...<br />
===&gt; Locking down the console if needed...<br />
===&gt; Signaling PHP and Lighty restart...<br />
===&gt; Checkout complete.</li>
</ul>
<p dir="auto">What's the error message telling me?</p>
<p dir="auto">2.1-BETA1 (i386)<br />
built on Fri Mar 22 11:05:31 EDT 2013</p>
]]></description><link>https://forum.netgate.com/topic/54488/gitsync-error</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 23:07:47 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/54488.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Mar 2013 03:09:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gitsync error on Sun, 24 Mar 2013 15:35:20 GMT]]></title><description><![CDATA[<p dir="auto">Ok, figured it out. For some reason my .git/config file was missing the following line:</p>
<p dir="auto">[remote "origin"]<br />
        <strong>fetch = +refs/heads/<em>:refs/remotes/origin/</em></strong><br />
        url = git://github.com/pfsense/pfsense.git</p>
]]></description><link>https://forum.netgate.com/post/386245</link><guid isPermaLink="true">https://forum.netgate.com/post/386245</guid><dc:creator><![CDATA[jcyr]]></dc:creator><pubDate>Sun, 24 Mar 2013 15:35:20 GMT</pubDate></item></channel></rss>