- #git局部配置
git config user.name "username"
git config user.email "email"
- #git带用户密码clone
git clone https://username:password@github.com/usernamex/privat-repo.git
微信扫一扫
git config user.name "username"
git config user.email "email"
git clone https://username:password@github.com/usernamex/privat-repo.git
相关推荐