赞
踩
copy repository URL.
打开Git Bash
1. git clone 刚才复制的地址 2. git config --global user.email "you@example.com" 3. git config --global user.name "Your Name"
刚才下载的代码存放在哪里?
在Git Bash输入
pwd -P