Robert Alonso

Results 31 comments of Robert Alonso

> Not only does the Windows SSH Agent not support the `-t` option, also it keeps added keys **accross reboots**! In my case PKCS#11-stored keys!!! I've used Smartcard (PKCS#11) and...

Thanks for all the work over the years, Dean!

@kasun, I'd completely forgotten about this PR, but just noticed it's still open and has no merge conflicts. Please let me know if there's something that needs to be changed...

I was having a similar issue with HTTPS cloning, even though it was working fine for me using SSH. I determined that this was due to the `ls-remote` silently failing...

@mafredri , sorry for the delay in replying but I haven't been working on this project recently. The repo is set up as follows: ``` . └── .devcontainer ├── Dockerfile...

Please see my comments in [#9377](https://github.com/microsoft/vscode-remote-release/issues/9377#issuecomment-2297030387) and [#9163](https://github.com/microsoft/vscode-remote-release/issues/9163#issuecomment-2297045772). In short, run the following in WSL: ``` git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe" ```

I can't replicate this issue when using the latest commit on `master`, `c5294a65`. @nahcnuj, a few questions: - are you certain you don't have any local modifications, especially within the...

Also, a clarification regarding this statement: > this still seems to occur in other repos, specifically with the test_closed.diff tests. This could in fact impact any test involving: - test_new.diff...

@alstr, if it turns out that this is due to some subtle difference between versions of the system utility `patch`, we may want to use the [`patch` Python module](https://pypi.org/project/patch/) instead....

This seems related to https://github.com/microsoft/vscode-remote-release/issues/8258#issue-1639081557, which is how ended up finding this issue. FWIW, in regards to the recursive clone bug described in the above link, I've managed to work...