克隆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.
git clone <git address> .