标签:设置 github tps name 查看 global http glob 下载
Git的下载: https://git-for-windows.github.io
设置/修改用户名:git config --global user.name "name"
设置/修改邮箱: git config --global user.email "email"
查看用户名:git config user.name
查看邮箱: git config user.email
标签:设置 github tps name 查看 global http glob 下载
原文地址:http://www.cnblogs.com/huanbaby/p/7927883.html