【发布时间】:2017-02-04 03:49:25
【问题描述】:
当我输入 git 命令时,例如输入 git git checkout myfile(注意额外的“git”),我得到以下输出:
WARNING: You called a Git command named 'git', which does not exist.
Continuing under the assumption that you meant 'init'
in 0.1 seconds automatically...
usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
所以 git 假设我的意思是 init,并给了我 0.1 秒的时间来查看错误,然后再继续。不酷的 git!
如何关闭此“功能”?
【问题讨论】:
标签: git autocorrect