Results 150 comments of Chris Darroch
trafficstars

Hi again, @wa1one! We'd like to track this down, and if you are able to supply some more info like the output of `git lfs env`, `git config -l`, and...

I've been able to reproduce this as follows on a Windows system with Git LFS 3.4.0, after cloning a private GitHub repository with a Git LFS object in it. The...

As expected, PR #5490 did resolve this problem. Replacing the `git-lfs` binary provided with Git for Windows with a recent build causes the same `git lfs pull` command, after an...

The same crash can also be simulated on macOS and Linux; that corresponds with the original report in this issue where the problem was seen on an Ubuntu Linux system....

@EMRAN-TA -- Can you make sure to include the output of `git lfs version` here so we can be certain what build of the Git LFS binary you are using?...

@EMRAN-TA -- OK, that's as I suspected; you're still running the official v3.4.0 release (note the `d06d6e9` and the `go 1.20.6`). Once you fully install a replacement build, `git lfs...

> how I can download the new version? @EMRAN-TA -- From a CI build such as the [run](https://github.com/git-lfs/git-lfs/actions/runs/7010775893) you mentioned, click on Summary at the top of left-hand pane, then...

@EMRAN-TA -- I think this is getting a little off-topic of the actual bug, so I'll keep my comments brief. First of all, you've successfully replaced your Git LFS binary,...

Hey, I'm sorry you're having trouble. I think you are probably going in the right direction by trying to use `git lfs migrate import`, but you didn't fill out the...

Hey, thanks for the detailed report. It does seem like it would be preferable if we could avoid the performance penalty somehow. I'll mark this as a potential enhancement. >...