Git安装步骤
1.Git下载链接http://git-scm.com/downloads
临翔网站制作公司哪家好,找创新互联!从网页设计、网站建设、微信开发、APP开发、响应式网站建设等网站项目制作,到程序开发,运营维护。创新互联于2013年创立到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联。
2.下载后得到git-2.10.0-intel-universal-mavericks.dmg 双击打开后,双击apk开始安装
3.终端查看git安装版本 git --version
4.创建一个全球用户名
git config --global user.name "FIRST_NAME LAST_NAME"
5.创建一个全球邮箱
git config --global user.email "MY_NAME@example.com"
6. 如果不想每次连接远程仓库都输入密码的话,输入如下命令
git credential-osxkeychain
------>等待
git config --global credential.helper osxkeychain
# Set git to use the osxkeychain credential helper
7.到此Git就安装完成了。
网页名称:Git安装步骤
URL标题:http://myzitong.com/article/gjsccs.html