Jim Meyering wrote:
> I've fixed the permissions.
Thanks. "git push" works fine now.
Bruno
Bruno Haible <[EMAIL PROTECTED]> wrote:
> Hi Jim,
>
> Something with the "git gc" may have disturbed the git repository. I now
> get an error when trying to push some changes:
>
> $ git push
> Counting objects: 7, done.
> Compressing objects: 100% (4/4), done.
> Writing objects: 100% (4/4),
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 4/10/2008 5:54 PM:
| PS: What's the big difference between "git gc" and "git repack"?
|
git gc is a newer feature, that does git repack and more all in one
command, and as of 1.5.5, runs automatically whenever the project
Hi Jim,
Something with the "git gc" may have disturbed the git repository. I now
get an error when trying to push some changes:
$ git push
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 376 bytes, done.
Total 4 (delta 3), reused 0 (delta 0