1
我只是創造新的git倉庫的任何文件(S):Git的錯誤 - pathspec '測試' 不匹配已知的git
git init
,我已經得到了響應
Initialized empty Git repository in E:/...
然後我嘗試創建新的分支:
git checkout test
,並得到了一個錯誤:
pathspec 'test' did not match any file(s) known to git.
我沒有遠程存儲庫,沒有提交,也不知道什麼是錯的。
的Git分支測試中,將創建一個新的分支。 https://git-scm.com/docs/git-branch –