Søren Bech Christensen

Results 3 comments of Søren Bech Christensen

The problem is that both parameters have a space in their path. If only one has a space in the path, it works fine.

In the Nuke.Tooling.Tests Project, extend the ArgumentStringHandlerTest with this Fact: [Fact] public void TestAbsolutePathsWithSpaces() { ArgsToString($"{(AbsolutePath)"C:" / "Some dir" / "file1.sh"} {(AbsolutePath)"C:" / "Some dir" / "file2.sh"}").Should().Be("\"C:\\Some dir\\file1.sh\" \"C:\\Some dir\\file2.sh\"");...

This seems to have to do with authentication for git lfs. In my case adding this did the job: git config lfs.\.access basic I noticed that calling 'git lfs env'...