当我尝试更改分支时,会得到这个错误。
也许我会给一些信息的命令在
/path/to/git/repo/.
听命行事:
git branch
我得到了跟踪输出
* V1.5
V2.0
master
当我尝试命令
git checkout V2.0
我得到以下输出:
fatal: This operation must be run in a work tree
配置文件内容:
cat config
[core]
repositoryformatversion = 0
filemode = true
bare = true
[remote "origin"]
url = /path/to/git/repo/.git