Matt Faus

Results 5 comments of Matt Faus

I also encountered this issue. To fix, I commented out this line: https://github.com/boto/boto/blob/develop/boto/s3/key.py#L943 ``` headers['Expect'] = '100-Continue' ```

I have been using this setup for a few weeks: - install Sublime Merge into Windows - open the repo via the synthetic network path e.g. `\\wsl.localhost\Ubuntu\home\matt\repo1` This plus the...

I am running: ``` Windows 11 Pro Version 22H2 Installed on ‎5/‎16/‎2022 OS build 22622.575 Experience Windows Feature Experience Pack 1000.22634.1000.0 Windows Subsystem for Linux 2 (WSL2) is being used...

I installed wslgit as mentioned by @qherreros. That appears to make write access work, which is nice, but the executable-bit false positive clutter remains.

Thanks so much for doing this porting! I'm finally getting around to reworking our repo such that it is a proper fork of this one. Will you address the comments...