Note that there are some explanatory texts on larger screens.

plurals
  1. POGitolite remembers a repository that it shouldn't
    primarykey
    data
    text
    <p>We have gitolite and it keeps complaining an existing repository doesn't exist.</p> <p>Even after I edited <code>gitolite.conf</code> and removed that repo from the config.<br> So I'm wondering why it 'remembers' that repo? </p> <p>I checked my changes were pushed correctly.<br> The <code>$gituser/.gitolite/conf/gitolite.conf</code> is equal to my local one.</p> <p>The message doesn't come from the <code>gitolite.pm</code> script, the exact error message is</p> <pre><code>remote: fatal: Not a git repository: '/Users/git/repositoires/IJslander.git' </code></pre> <p>For example when committing the gitolite-admin repo:</p> <pre><code>$ git commit -a -m "bogus space" [master 675b4e1] bogus space 1 files changed, 2 insertions(+), 2 deletions(-) $ git push Counting objects: 7, done. Delta compression using up to 2 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (4/4), 360 bytes, done. Total 4 (delta 1), reused 0 (delta 0) remote: fatal: Not a git repository: '/Users/git/repositoires/IJslander.git' To git@redacted.com:gitolite-admin 935c304..675b4e1 master -&gt; master </code></pre> <p>And I have <code>grep</code>ed the whole HDD and nowhere does it mention that repo (but it did mention a new one we tried to make to replace it):</p> <pre><code>~ git$ grep -ilR "IJslander" . 2&gt; /dev/null ./.bash_history ./.gitolite/conf/gitolite.conf ./.gitolite/conf/gitolite.conf-compiled.pm ./.gitolite/logs/gitolite-2011-07.log ./.gitolite/logs/gitolite-2011-08.log </code></pre> <p>And this is from the conf:</p> <pre><code>~ git$ grep -iR "IJslander" .gitolite/conf/gitolite.conf 2&gt; /dev/null repo ijslander-ios //the compiled conf file ~ git$ grep -iR "IJslander" .gitolite/conf/gitolite.conf-compiled.pm 2&gt; /dev/null 'ijslander-ios' =&gt; { </code></pre> <p>All repos are under <code>git</code>'s <code>~</code></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload