windows下安装git

Posted gaoking

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows下安装git相关的知识,希望对你有一定的参考价值。

本人家用pc是32位的win7

直接通过git官网上下载安装软件

初步git配置,设置机器名字和email地址

$ git config --global user.name  "name"

$ git config --global user.email  "[email protected]"

$ pwd当前路径

win 系统的utf-8编码方式与Linux存在区别,不能使用win自带的记事本,建议使用nodepad++软件

以上是关于windows下安装git的主要内容,如果未能解决你的问题,请参考以下文章

windows下git怎么安装

如何在windows下安装git

如何在windows下安装GIT

Windows7环境下: Git安装步骤

windows下安装git

windows环境下Git的安装部署