标签:class host nbsp config git 提交代码 epel cal 方便
[root@localhost ~]# yum install -y epel-release [root@localhost ~]# yum install -y git [root@localhost ~]# git config --global user.name "panzekai" # 设置用户名,以便提交代码的时候让其他客户端知道是谁提交了代码 [root@localhost ~]# git config --global user.email "1210640219@qq.com" # 设置邮箱,方便联系
标签:class host nbsp config git 提交代码 epel cal 方便
原文地址:http://www.cnblogs.com/pzk7788/p/7349243.html