ErrLookup › mislav/hub
mislav/hub
A command-line tool that makes git easier to use with GitHub. · Go · 69 source files
Analyzed at 5c547ed804 on 2026-09-01. 83 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| %s | http | error | oauth, authentication, http, scopes |
| stopped after 10 redirects | http | error | http, redirects, network |
| Please set $BROWSER to a web launcher | validation | error | environment, browser, configuration |
| command not found | exception | critical | exec, path, dependency |
| Error: couldn't detect shell type. Please specify your shell | validation | error | shell, configuration, cli |
| hub alias: unsupported shell supported shells: %s | validation | error | shell, configuration, cli |
| Unsupported flag -b when checking out pull request | validation | error | cli, git-checkout, flags |
| Unsupported flag --orphan when checking out pull request | validation | error | cli, git-checkout, flags |
| Aborted: no revision could be determined from '%s' | validation | error | git, ref-resolution, cli |
| Error: %s/%s doesn't have a wiki | http | error | cli, git, wiki, clone |
| %s %s | exception | error | cli, flag-parsing, usage |
| %s%s%s | exception | error | cli, usage, flag-validation |
| error: Unknown subcommand: %s | validation | error | cli, subcommand, dispatch |
| the current branch '%s' doesn't seem pushed to a remote | exception | error | git, cli, remote, branch |
| the branch to compare '%s' is the default branch | validation | error | git, cli, branch, compare |
| the branch to compare '%s' is the same as --base | validation | error | git, cli, branch, compare |
| 'create' must be run from inside a git repository | validation | error | git, cli, repository, environment |
| Repository '%s' already exists and is public | http | error | github, cli, repository, permissions |
| Please type 'yes' for confirmation. | validation | error | cli, confirmation, destructive-operation |
| Error creating fork: %s already exists on %s | exception | error | fork, name-conflict, github-api |
| This gist contains multiple files, you must specify one: % | validation | error | gist, missing-argument, cli-usage |
| no such file in gist | validation | error | gist, not-found, cli-usage |
| Aborting creation due to empty issue title | validation | error | issue, validation, empty-input |
| error: no milestone found with name '%s' | validation | error | milestone, not-found, cli-usage |
| Error: that fork is not available anymore | http | error | pull-request, fork-deleted, github-api |
| Error: No pull request number given | validation | error | pull-request, missing-argument, cli-usage |
| invalid pull request number: '%s' | validation | error | pull-request, invalid-argument, parsing |
| no open pull requests found for branch '%s' | exception | error | pull-request, not-found, branch |
| branch is tracking another local branch | exception | error | git, branch-tracking, hub-cli |
| no remote found for branch %s | exception | error | git, remote, hub-cli |
| could not determine project for head branch | exception | error | git, remote, pull-request, hub-cli |
| Aborted: head branch is the same as base ("%s") (use `-h <br | validation | error | git, pull-request, branch, hub-cli |
| %s (use `-h <branch>` to specify an explicit pull request he | validation | error | git, pull-request, branch, hub-cli |
| Aborted: the current branch seems not yet pushed to a remote | exception | error | git, pull-request, unpushed-branch, hub-cli |
| %s (use `-p` to push the branch or `-f` to skip this check) | exception | error | git, pull-request, unpushed-branch, hub-cli |
| Aborted: %d commits are not yet pushed to %s (use `-f` to fo | validation | error | git, pull-request, unpushed-commits, hub-cli |
| %s\n(use `-f` to force submit a pull request anyway) | console | error | git, pull-request, unpushed-commits, hub-cli |
| Can't find remote for %s | console | error | git, remote, pull-request, cli |
| Aborted: no commits detected between %s and %s | console | error | git, pull-request, cli, validation |
| Aborting due to empty pull request title | console | error | pull-request, validation, cli |
| %s\nGiven up after retrying for %.1f seconds. | console | error | network, api, retry, pull-request |
| the `--include` pattern did not match any available assets:\ | console | error | release, assets, pattern-matching, cli |
| Aborting release due to empty release title | console | error | release, validation, cli |
| Aborting editing due to empty release title | console | error | release, validation, cli |
| alias can't be empty | exception | error | alias, config, validation, cli |
| alias starting with ! can't be split | exception | error | alias, config, shell, cli |
| error running git version: %s | exception | critical | git, exec, environment, path |
| Not a git repository (or any of the parent directories): .gi | exception | error | git, repository, environment, working-directory |
| unable to determine git working directory | exception | error | git, working-directory, repository |
| Can't load git var: GIT_EDITOR | exception | error | git, editor, environment, configuration |
| Unknown revision or path not in the working tree: %s | exception | error | git, ref, upstream, branch |
| Can't load rev-list for %s | exception | error | git, rev-list, range, refs |
| Can't parse range %s..%s | exception | error | git, range, parsing, refs |
| unable to select a comment character that is not used in the | exception | warning | git, config, comment-char, commit-message |
| Can't load git log %s..%s | exception | error | git, log, shallow-clone, history |
| Unknown config %s | exception | error | git, config, missing-config-key |
| %s\nAre you sure that %s exists? | exception | error | github-api, http-404, pull-request |
| Unable to find release with tag name `%s' | exception | error | github-api, releases, not-found |
| API error: %s | exception | error | github-api, graphql, api-error |
| Error %s: %s | exception | error | network, github-api, request-failure |
| Error %s: %s (HTTP %d) | exception | error | github-api, http-status, server-error |
| %s\n%s | exception | error | github-api, oauth-scopes, sso |
| You must authorize your token to access this organization:\n | exception | error | github-api, saml-sso, token-authorization |
| Your access token may have insufficient scopes. Visit %s://% | exception | error | oauth, scopes, authentication, github |
| invalid hostname: %q | exception | error | configuration, validation, hostname |
| missing user | console | error | configuration, prompt, interactive, migration |
| Error: must enter a number [1-%d] | console | warning | interactive, prompt, input-validation |
| value of host entry is must be array but got %#v | exception | error | yaml, configuration, decoding, validation |
| host name is must be string but got %#v | exception | error | yaml, configuration, decoding, type-error |
| property name is must be string but got %#v | exception | error | yaml, configuration, decoding, type-error |
| %s is must be string but got %#v | exception | error | yaml, configuration, decoding, type-error |
| error using text editor for %s message | exception | error | editor, environment, process |
| refusing to follow HTTP %d redirect for a %s request Have yo | exception | error | http, redirect, network, github-enterprise |
| fatal: Not a git repository | exception | error | git, repository-context, working-directory |
| No git remote with name %s | exception | error | git, remote-configuration, naming |
| Aborted: not currently on any branch. | exception | error | git, detached-head, branch |
| could not find a git remote for '%s/%s' | exception | error | git, remote-configuration, github |
| could not find a git remote for '%s' | exception | error | git, remote-configuration, project-lookup |
| no git remotes found | exception | error | git, remote-configuration, setup |
| Aborted: could not find any git remote pointing to a GitHub | exception | error | git, github, remote-configuration, url-parsing |
| Invalid GitHub URL: %s | exception | error | url-parsing, github, remote-configuration |
| Can't load git remote | exception | error | git, subprocess, environment |
| No valid remote URLs | exception | error | git, url-parsing, remote-configuration |