Krzysztof Miąsko

Results 4 comments of Krzysztof Miąsko

Any update on this problem? We're facing the same behaviour. ``` "@ngx-translate/core": "^11.0.1", "@ngx-translate/http-loader": "^4.0.0", ``` **app.module** ``` export function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader { return new TranslateHttpLoader(http, assetUrl('i18n/')); } const...

Same for me ``` ~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim (main ✔) ./install.sh Updating git repository `https://github.com/noib3/nvim-oxi.git` error: failed to get `nvim-oxi` as a dependency of package `oxocarbon v0.1.0 (~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim)` Caused by: failed to load...

Same problem here. As @dutchgecko said, git.exe is locking the files / directories.

@dutchgecko Upgrade from 2.32 to 2.34 did the trick for me. Thanks.