- #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:使用笔记
阅读 54
2022-01-16
git config user.name "username"
git config user.email "email"
git clone https://username:password@github.com/usernamex/privat-repo.git
相关推荐
精彩评论(0)