Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Clone Fails #4254

Closed
evans opened this issue Aug 25, 2017 · 2 comments
Closed

Git Clone Fails #4254

evans opened this issue Aug 25, 2017 · 2 comments

Comments

@evans
Copy link

evans commented Aug 25, 2017

The repository does not clone, due to a bad commit. Let me know if I can do anything more to help!

Expected Result

The repository should be cloned successfully with the command:

git clone git@github.com:requests/requests.git

Actual Result

I get this message:

Cloning into 'requests'...
remote: Counting objects: 20967, done.
remote: Compressing objects: 100% (25/25), done.
error: object 5e6ecdad9f69b1ff789a17733b8edc6fd7091bd8: badTimezone: invalid author/committer line - bad time zone
fatal: Error in object
fatal: index-pack failed

Reproduction Steps

run:

git clone git@github.com:requests/requests.git
@Lukasa
Copy link
Member

Lukasa commented Aug 25, 2017

Thanks for the report. This is a known problem: see #3088, #3008, and #2690 for previous discussions. The problem can be easily resolved on your end either by performing a shallow clone (if you don't need the history) or turning off the fsck timestamp check. This cannot be fixed without rewriting our history and causing way more problems that way than by just letting it sit.

@Lukasa Lukasa closed this as completed Aug 25, 2017
@sigmavirus24
Copy link
Contributor

Please, search open and closed issues before opening new ones in the future, @evanshauser

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants