上一页 1 ··· 8 9 10 11 12
摘要: 配置git$ git --version //查看git版本$ git config --global user.email "you@example.com" //指定Email地址$ git config --global user.name "Your Name" //指定用户名创建版本库$ mkdir Git //创建Git目录 $ cd Git //进入Git目录 $ git ... 阅读全文
posted @ 2019-04-30 01:00 BBBone 阅读(333) 评论(0) 推荐(1)
上一页 1 ··· 8 9 10 11 12