Skip to content

Commit 8ff173b

Browse files
anodo123sigmavirus24
authored andcommitted
Clarify error description in cloning instructions
This clarifies the error description in the 'Cloning the repository' section of the README. The current wording mentions 'an error about a bad commit', which is somewhat vague. I've updated it to 'an error about a bad commit timestamp', which more accurately describes the nature of the error referenced in issue #2690. This small change improves the clarity of the documentation, helping users better understand the potential issue they might encounter when cloning the repository and why they need to use the specified Git flag.
1 parent 3f07f99 commit 8ff173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin
6060
## Cloning the repository
6161

6262
When cloning the Requests repository, you may need to add the `-c
63-
fetch.fsck.badTimezone=ignore` flag to avoid an error about a bad commit (see
63+
fetch.fsck.badTimezone=ignore` flag to avoid an error about a bad commit timestamp (see
6464
[this issue](https://github.com/psf/requests/issues/2690) for more background):
6565

6666
```shell

0 commit comments

Comments
 (0)