为什么说 https://fatal: Too many arguments?

Why does it say that https: // fatal: Too many arguments?

为什么给我这个错误? ,我尝试了他们在这个堆栈中回答的所有问题,但他们所说的没有任何结果

请使用英语。

git clone 只接受一个(可选的 2)参数。你有 4.

尝试git clone https://github.com/DarthMoulByte/unity-cache-server.git。 如果你想指定包含空格的目标文件夹,你必须像这样转义空格:

git clone https://github.com/DarthMoulByte/unity-cache-server.git Unity\ CacheServe\ v6

在 windows cmd 上,您可以这样做:

git clone https://github.com/DarthMoulByte/unity-cache-server.git "Unity CacheServe v6"