Git LFS doesn't do NTLM at all; it was removed in 3.0 because it was broken in a variety of ways, the core team didn't use it and couldn't fix it, and nobody wanted to maintain it. We also don't use libcurl (which does support NTLM and which Git uses), so it's hard for ...
I couldn't reproduce the problem either with the material-components-ios. I wrote a little script that creates 150 branches and bingo, the problem appears. Copy link Author pwaglandcommentedJan 4, 2019 Hi@bk2204, It's not working for me :-( ...
git checkout bogus/fetched && test_commit extra && git -C one config --unset-all remote.origin.fetch && git -C one config --unset branch.main.remote && git -C one config remote.origin.fetch "+refs/tags/extra" && git -C one config remote.origin.skipfetchall true && ...