Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 1d677af

Browse files
authored
Update README.md
1 parent bbad8f6 commit 1d677af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ If you don't have a preferred installation method, [vim-plug] is quick and simpl
1414
Plug 'StanAngeloff/php.vim'
1515
```
1616

17+
If you are using Git, please be aware [the original repository this project was forked from][php.vim-garvin] contains bad timezone in some of the commits. You'll need to fetch with `fsckObjects` disabled:
18+
19+
```sh
20+
git clone -c fetch.fsckObjects=false [email protected]:StanAngeloff/php.vim.git
21+
```
22+
23+
Unless you specify `-c fetch.fsckObjects=false` as an option to `git clone`, you may see `badTimezone: invalid author/committer line - bad time zone` in the output and the cloning will [fail](https://github.com/StanAngeloff/php.vim/issues/96).
24+
1725
Configuration
1826
-------------
1927

0 commit comments

Comments
 (0)