git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fsck configurations and cloning.
@ 2016-03-06  1:44 Ryne Everett
  2016-03-06  5:18 ` Jacob Keller
  2016-03-06 11:58 ` Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Ryne Everett @ 2016-03-06  1:44 UTC (permalink / raw)
  To: git

I'm assuming fsck configurations are supposed to apply to clones but
I'm having no luck:

    $ git --version
    git version 2.7.2
    $ git config --get transfer.fsckobjects
    true
    $ git config --get fsck.badTimezone
    ignore
    $ cat $(git config --get fsck.skiplist)
    5e6ecdad9f69b1ff789a17733b8edc6fd7091bd8
    $ git clone https://github.com/kennethreitz/requests.git
    Cloning into 'requests'...
    remote: Counting objects: 16904, done.
    error: object 5e6ecdad9f69b1ff789a17733b8edc6fd7091bd8:
badTimezone: invalid author/committer line - bad time zone
    fatal: Error in object
    fatal: index-pack failed

Am I doing something obviously wrong here?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-06 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06  1:44 Fsck configurations and cloning Ryne Everett
2016-03-06  5:18 ` Jacob Keller
2016-03-06 15:31   ` Ryne Everett
2016-03-06 11:58 ` Jeff King
2016-03-06 15:38   ` Ryne Everett
2016-03-06 16:00     ` Jeff King

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).