File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,4 +51,5 @@ Contributors are:
51
51
-Luke Twist <itsluketwist@gmail.com>
52
52
-Joseph Hale <me _at_ jhale.dev>
53
53
-Santos Gallegos <stsewd _at_ proton.me>
54
+ -Wenhan Zhu <wzhu.cosmos _at_ gmail.com>
54
55
Portions derived from other open source works and are clearly marked.
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525).
93
93
94
94
### RUNNING TESTS
95
95
96
- _ Important_ : Right after cloning this repository, please be sure to have executed
97
- the ` ./init-tests-after-clone.sh ` script in the repository root. Otherwise
98
- you will encounter test failures.
96
+ _ Important_ : Right after cloning this repository, please be sure to have
97
+ executed ` git fetch --tags ` followed by the ` ./init-tests-after-clone.sh `
98
+ script in the repository root. Otherwise you will encounter test failures.
99
99
100
100
On _ Windows_ , make sure you have ` git-daemon ` in your PATH. For MINGW-git, the ` git-daemon.exe `
101
101
exists in ` Git\mingw64\libexec\git-core\ ` ; CYGWIN has no daemon, but should get along fine
You can’t perform that action at this time.
0 commit comments