CentOS 7 安装配置git
安装yum install git验证[root@localhost ~]# git --versiongit version 1.8.3.1[root@localhost ~]#配置基本信息//配置基本信息[root@localhost ~]# git config --global user.name "flymegoc"[root@localhost ~]# git conf
·
- 安装
yum install git
- 验证
[root@localhost ~]# git --version git version 1.8.3.1 [root@localhost ~]#
- 配置基本信息
//配置基本信息 [root@localhost ~]# git config --global user.name "flymegoc" [root@localhost ~]# git config --global user.email 343672271@qq.com //查看配置 [root@localhost ~]# git config --list user.name=flymegoc user.email=343672271@qq.com [root@localhost ~]#
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)