git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Tobin Harris" <tobin@tobinharris.com>
To: git@vger.kernel.org
Subject: Fwd: error: Unable to append to logs/refs/heads/master:
Date: Tue, 6 Jan 2009 09:44:47 +0000	[thread overview]
Message-ID: <9a081f0e0901060144v23883c99x7735f62785ffffa0@mail.gmail.com> (raw)
In-Reply-To: <9a081f0e0901060138g7cd3d92cvc061b7abf6ad6df7@mail.gmail.com>

Hi folks

I'm experiencing a weird error that I can't seem to get around...

$ git push
Counting objects: 67, done.
Compressing objects: 100% (39/39), done.
Writing objects: 100% (43/43), 6.20 KiB, done.
Total 43 (delta 33), reused 0 (delta 0)
Unpacking objects: 100% (43/43), done.
error: Unable to append to logs/refs/heads/master: Invalid argument
To /z/RemoteGit/Zcms.git
 ! [remote rejected] master -> master (failed to write)
error: failed to push some refs to '/z/RemoteGit/Zcms.git'

This usually works fine, so I'm not sure what's happend.

My config looks like this

[core]
        repositoryformatversion = 0
        filemode = false
        bare = false
        logallrefupdates = true
        symlinks = false
        ignorecase = true
[remote "origin"]
        url = /z/RemoteGit/Zcms.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master

Notes: Using with Cygwin + Windows XP, bare repos is on a network
drive.

Any help appreciated.

Tobin

           reply	other threads:[~2009-01-06  9:46 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <9a081f0e0901060138g7cd3d92cvc061b7abf6ad6df7@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a081f0e0901060144v23883c99x7735f62785ffffa0@mail.gmail.com \
    --to=tobin@tobinharris.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).