一、安装Git for Windows(又名msysgit)
下载地址: https://git-for-windows.github.io/
在官方下载完后,安装到Windows Explorer integration的时候,将选项中将“Git Bash here”和“Git GUI here”打对勾。
然后就一直next直到Finish
二、github使用
博客参考: http://www.cnblogs.com/schaepher/p/5561193.html
本地git使用:
新建一个文件夹
在目录下新建个测试的文本 测试文本.txt
并在此文件夹目录下右键Git Base Here 进入Gitbase命令
输入git init 初始化仓库
输入git status 查看状态
如果中文文件的名称乱码 输入git config --global core.quotepath false
就可以解决
然后输入git add “测试文本.txt” 上传此文件
或 git ad