我想对一个公共 git 项目做一个小改动。
所以我做了:
git clone BLAH
git checkout -b NEWBRANCH
对现有文件进行了更改并做了
git commit -a -m "did stuff"
它给了
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
我错过了一步吗?