1.First step. you must stall the git-cli for windows,you can get it in this website,git-client-for-windows Unfortunately,it is too slow to download it in the domestic,so you need to find some useful sources in the domestic or use VPN.
2.After installation,You can use it by git-bash.exe which is a liunx bash shell using in the windows under the root directory /
3.git usage and process
第一步,先设置github 账号和邮箱,作为分布式管理系统,账号和邮箱是识别你的唯一标识符,相当于你的身份证
git config --global user.name "100455943@qq.com"
git config --global user.email "100455943@qq.com"
notice: git