Johannes Schindelin

Results 878 comments of Johannes Schindelin

> please confirm what version of GCM you are on. > > An easy way to find this is to set "GCM_TRACE' and do a "git fetch". Or run `git...

Indeed, Git Credential Manager Core, being portable, is the designated successor of Git Credential Manager for Windows, which is not portable.

You can do that by defining `actions`, it would appear: ```javascript [...] const combos = require('enquirer/lib/combos') class CheckList extends Prompt { constructor (options = {}) { super({ actions: { ...combos,...

Never mind, you can intercept it by overriding `async keypress(input, event)` (`event` will contain the key event, and you have to call `super.keypress(input, event)` for unhandled events).

> Default font family name can't be null or empty That sounds like an AvaloniaUI problem that might be fixed [thusly](https://github.com/AvaloniaUI/Avalonia/issues/4427#issuecomment-668207371): ``` sudo apt-get install ttf-mscorefonts-installer ```

Please test the latest [Git for Windows snapshot](https://wingit.blob.core.windows.net/files/index.html). You will need to configure `http.sslAutoClientCert` e.g. via `git config --global http.sslAutoClientCert true`.

@lafriks maybe you can help? See the documentation for an overview of the architecture: https://github.com/microsoft/Git-Credential-Manager-Core/blob/master/docs/architecture.md and I guess you need to implement a [Host Provider](https://github.com/microsoft/Git-Credential-Manager-Core/blob/master/docs/architecture.md#host-provider).

> I could help as soon as support to Linux is added as this is currently my only available platform to work on Well, quite honestly, there is nothing stopping...

> 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 prepend `C:/Program...

FWIW this is related to https://github.com/git-for-windows/git/discussions/3668.