Micah Halter

Results 386 comments of Micah Halter

Could you change line 4, the line that calls the git clone to these 2 lines: ```lua local result = vim.fn.system { "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath } vim.pretty_print(result)...

What version of `git` do you have ?

Ah this is quite an old version of `git`. Would you be able to update to at least version 2.17 and see if that resolves it?

@alex-belost I have gone ahead and removed this `filter` flag on the `nightly` branch. If you want to check out the `nightly` branch with `git checkout nightly` and make sure...

@KasparRosin no need to make a new issue. It's much better to keep the discussion localized. Have you been able not follow some of the previous discussion here to debug...

Added this to nightly: 4d42b666634106f2f7d6fb92f1a9ff9403b10ec7

Sadly I cannot replicate this and need some more details into how to diagnose. I'll just leave this open for now and if you notice anything more concrete definitely follow...

Also please share your configuration to help with diagnosis and debugging

Thanks @natematykiewicz for giving your 2 cents as well. I will continue to leave this open until someone can provide details that can lead to reproducing. The only thing we...