合集 msysgit 下的文章

github下载安装设置入门

此文章写给程序员小白以及编程爱好者:第一步:下载安装msysGit官方下载地址:http://msysgit.github.io/如果官方下载慢的话,可以点击下面的国内分流地址:32位  https://www.lanzous.com/i5nknqh64位  https://www.lanzous.com/i5nko0h安装过程选择:Use Git Bash only , checkout windows-sytle,commit unix-style line endings .安装完毕。第二步:初始设置。打开软件,或者在任意文件夹内点右键,选择 git bash here输入以下:git config --global user.name "Firstname Lastname" 回车git config --global user.email "your_email@example.com" 回车git config --global color.ui auto 回车第三步:官网注册账号GitHub官方注册网址:https://githu