赞
踩
sudo apt-get install git
当我们安装好Git后,还需要在Git bash或者terminal进行一些相关设置,以下设置仅需设置一次即可。
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
除此之外,Git还有很多设置,包括常用编辑器等,大家可以键入以下命令查看自己的设置并进行修改。
git config --list
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。