Brendan Forster
Brendan Forster
Marking this as `help-wanted` because I think this is some low-hanging fruit for someone to contribute: > This can be solved if method returns `{service, account, password}` instead of just...
@emusgrave thanks for the report! Can you confirm whether or not the user seeing this issue has roaming user profiles enabled? I don't have the setup available to test this...
@dscho @ttaylorr yes, this scenario is also relevant to my interests. Happy to help get to the bottom of this...
This file looks relevant to our interests: https://github.com/git-lfs/git-lfs/blob/c2d242c0954476a858acbe0c5f546658d45ea531/lfsapi/certs.go
@hsattler I'd like to see a trace output (I think `TRACERX_TRACE` is enough, but @ttaylorr can correct me) on how the Git LFS command fails for your setup. This will...
@hsattler weird, that's what [the source](https://github.com/git-lfs/git-lfs/blob/c2d242c0954476a858acbe0c5f546658d45ea531/vendor/github.com/rubyist/tracerx/tracerx.go#L5) seems to suggest. I'll let others chime in here about troubleshooting, I'm probably missing something.
@whoisj [this comment](https://github.com/git-lfs/git-lfs/blob/ac9ad7d8175a181fdd2a6ffab2bf07f9c3938080/lfsapi/certs_windows.go#L6) has thrown me too, so I'm not sure which approach is being used by the Go networking stack.
@mschubert thanks for the detailed repro. Could you tell me if you've configured the `.gitattributes` file for the filters, as per the [Configuration](https://github.com/github/git-lfs#configuration) section of the README? ``` *.lfs filter=lfs...
@mschubert good to know. Does `git lfs ls-files` include your file as well?
My gut feel at this point is that this is a `git-lfs` problem, rather than related to the test server itself.