win10 lazy install treesitter error #988
Unanswered
Aprilskysky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i install treesitter with lazy.vim in win10 will show the following error(install other plugins will not show):
○ nvim-treesitter clone failed
Cloning into 'C:/Users/name/AppData/Local/nvim-data/lazy/nvim-treesitter'...
remote: Enumerating objects: 17323, done.
remote: Counting objects: 100% (2455/2455), done.
remote: Compressing objects: 100% (313/313), done.
remote: Total 17323 (delta 2159), reused 2183 (delta 2128), pack-reused 14868
Receiving objects: 100% (17323/17323), 2.17 MiB | 3.18 MiB/s, done.
Resolving deltas: 100% (9450/9450), done.
error: RPC failed; curl 56 Recv failure: Connection was reset
fatal: expected 'packfile'
fatal: could not fetch 00ea231bb33d220b5d65af41e2ec18cb0f4ab486 from promisor remote
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Any tips on solving this issue? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions