摘要: 1 安装完成后,还需要最后一步设置,在命令行输入: git config --global user.name "Your Name" git config --global user.email "email@example.com" 因为Git是分布式版本控制系统,所以,每个机器都必须自报家门: 阅读全文
posted @ 2019-04-09 11:59 binghex 阅读(149) 评论(0) 推荐(0)