就是你想把代码下载到哪,在那创建个新的文件夹
右键这个新文件夹,选择git Bash here
输入
git init
初始化文件夹
这时候文件夹里就有了一个.git文件夹
然后输入 git clone (URL)
URL在这: