git clone <repository_url>
  • 重命名为指定名称:git clone <url> <name>
  • 保存到当前目录:git clone <url> .