Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 gitbash 中运行以下命令
$ loc_count="$(cloc-1.92.exe --git --diff ${start_commit} ${end_commit})"
但我收到了这个错误
tar:无法连接到 C:解析失败 致命:不是有效的对象名称 C
tar:无法连接到 C:解析失败
致命:不是有效的对象名称 C
如何解决这个问题?