mercurial/[\346\234\252\350\247\243\346\261\272] abort: accessing `persistent-nodemap` repository without associated fast implementation..md
... ...
@@ -7,3 +7,15 @@ abort: accessing `persistent-nodemap` repository without associated fast impleme
7 7
1. `5.9.2`のmercurialで`lf convert`
8 8
2. `5.8`が動作しているサーバにSSHで`hg push`
9 9
3. `5.9.2`で`hg clone`
10
+
11
+### 試したこと
12
+#### レポジトリを初期化してからclone
13
+
14
+1. `5.9.2`で`hg init`, `hg add --lfsize=10`
15
+2. `5.8`のサーバにsshで`hg push`
16
+3. `5.9.2`で`hg clone`
17
+同じエラーが出た。
18
+```
19
+abort: accessing `persistent-nodemap` repository without associated fast implementation.
20
+(check `hg help config.format.use-persistent-nodemap` for details)
21
+```
... ...
\ No newline at end of file