0
点赞
收藏
分享

微信扫一扫

Git:使用笔记

芝婵 2022-01-16 阅读 54
  1. #git局部配置
git config user.name "username"
git config user.email "email"
  1. #git带用户密码clone
git clone https://username:password@github.com/usernamex/privat-repo.git
举报

相关推荐

0 条评论