A-Hing
10/9/2019 - 3:20 AM

How to get Git to clone into current directory

克隆GitHub存储库的内容(不包含文件夹本身)

如果遇到: Fatal: destination path '.' already exists and is not an empty directory.

解决: So make sure the directory is empty (check with ls -a), otherwise the command will fail.