1. 程式人生 > >windows下安裝git

windows下安裝git

使用 AD windows 路徑 name 方式 mail -- .com

本人家用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