Results 115 comments of Chris Darroch

Hey, thanks for looking at this! I confess I remain baffled as to what is fundamentally happening here. I'd actually tried the `- run: echo "C:/Program Files/Git/bin" | Out-File -FilePath...

One update -- I realized that trying to prepend `C:/Program Files/Git/bin` to the `$GITHUB_PATH` is actually not quite what I think we want to do, and instead we want to...

Just as an update, we're likely to try to bypass this issue in the Git LFS CI suite by dropping the use of ronn, and therefore dodging the need to...

A small update: we're upgrading to ronn-ng (see git-lfs/git-lfs#4992 and git-lfs/git-lfs#4997) which is going to allow us to stick with the deprecated `actions/setup-ruby@v1` action for now while still upgrading to...

> Basically, what git-lfs-migrate is doing seems to be wrong. For files which sometimes get below and sometimes above the threshold, the file gets tracked and untracked but that change...

I suspect the `go install` command was intended to be run after checking out this repository, e.g.: ```shell $ git clone https://github.com/git-lfs/lfs-test-server $ cd lfs-test-server $ go install github.com/github/lfs-test-server ```...

Hey, I'm sorry you're having trouble. While I'm unfamiliar with the Gogs server, one thing you might try is to perform the extra tracing enabled, e.g., `GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1 git...

Hey, sorry to hear you're having trouble. As you're using an older version of the Git LFS client, could you try with a recent v3.0 version? Specifically we'd like to...

Just download the binary from https://git-lfs.github.com/ or from https://github.com/git-lfs/git-lfs/releases/tag/v3.0.2.

Hmm ... that's puzzling, because you don't seem to have `core.HooksPath` set, and `LocalGitStorageDir` appears to return a reasonable path. This is the logic used in the `config.HooksPath()`: https://github.com/git-lfs/git-lfs/blob/ee3088d4804bd2b699eb6a76aa1318d1d2283ed6/config/config.go#L333-L351 You...