Brendan Forster

Results 633 comments of Brendan Forster

This feels like a similar issue I had with the Kitty shell in #5227 and it seems to be related to these lines: ``` const bundleID = getBundleID(foundShell.shell) const commandArgs...

> Getting the pushed_at using the API on the other hand takes 0.6 seconds and pulls down 2k of data. It's about the same time with GraphQL but can be...

> GitHub Desktop work only if set "sslBackend = openssl". What error does GitHub Desktop report when you omit the `sslBackend` config? Can we leave it up to the tools...

> In Ubuntu 24.04 curl and git by default build with gnutls library. On this one, I wanted to understand what version of `libcurl` is installed. The package is likely...

@slx7R4GDZM you won't be able to push while you're on a detached HEAD scenario, and that's unrelated to what accounts you have. Are you able to switch to one of...

@slx7R4GDZM excellent, it looks like there are some clashes here between tags and branches. I'm not sure how much you rely on the tags, but because you have a tag...

Tentatively marking this as `priority-3` because it's only been reported by one user, but the impact to workflows is pretty serious (unable to checkout a branch, unable to push changes)...

The root cause of this problem is doing a checkout when both a branch and tag exist with the same name. Even though the app correctly passes in `heads/master` to...

@slx7R4GDZM if you can live without tags that use the exact same name as your branches, you can workaround this issue by deleting those like this from the command line:...