Mislav Marohnić
Mislav Marohnić
I don't know what a CAS backend is. GitHub has two different types of authentication: 1. the git authentication to get access to repos (usually by SSH keys); 2. the...
Here's a person who had the same issue and solved it manually https://github.com/github/hub/issues/293#issuecomment-13980152 I understand that this is hackish and confusing. I'll look into how to support the web-based OAuth...
Thanks for suggesting. I have already planned to switch to HTTPS by default, but no open issue to track that exists except a brief discussion in #1318. In the meantime...
@darrenwee All URLs across the board should be affected. Changing this shouldn't be too much work in the implementation itself, but it will break a lot of tests. Let me...
> but am still prompted for https credentials and MFA. @johnk-novu You will still be prompted for HTTPS credentials on first run because hub needs to access the GitHub API,...
@jedwards1211 The site is the `gh-pages` branch of this repository.
@rbavery We have a test that verifies that HTTPS is respected when using `hub create` https://github.com/github/hub/blob/7b02a665ddacd885ad017a7c6904e662c8417bf8/features/create.feature#L51-L53 Are you on the latest version?
Thanks for reporting. Our completion scripts right now are wonky and might not work reliably in different environments. For instance, the completion script is heavily dependent on the base `git`...
Thanks for looking that up. Could you please replace your big paste with a link to a gist? That way conversations threads here stay more readable.
That git completion script looks fairly standard. Are you sure it gets sourced before the hub completion script? After the hub completion script is sourced, you still get normal git...