我最近更新到了 Ubuntu 18.10,之后我的系统git completion
就一直失败。
例如,Bash 能够成功完成第一个命令(我将使用 ↬ 来表示使用了 TAB)
$ ala↬
$ alacritty
但是当我使用 tab 来完成 git 命令时,它失败了。
$ git stat↬
$ git status #should be
$ git statunknown option: --list-cmds=list-mainporcelain,others,nohelpers,alias,list-complete,config
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
我尝试重新安装bash-completion
$ sudo apt install --reinstall bash-completion
检查是否是我的某个问题~/.bashrc
关联
您知道如何修复这个问题吗?