2017年4月12日
摘要: 1. 安装 sudo apt-get install git 2. 配置 因为Git是分布式版本控制系统,所以,每个机器都必须自报家门:你的名字和Email地址。 $ git config --global user.name Yourname $ git config --global user. 阅读全文
posted @ 2017-04-12 15:59 Cassie0430 阅读(423) 评论(0) 推荐(0)