99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

1. Git 設置

2018-08-04 14:12 更新

目的

設置 Git 以便準備開始工作。

設置姓名和 Email

如果你以前從未用過 Git,那么你需要先做一些設置。執(zhí)行下 列命令以便讓 Git 知道你的姓名和 Email。如果你已經(jīng)設置了 Git,那么你可以跳到下一小節(jié)。

$ git config --global user.name "Your Name"
$ git config --global user.email "your_email@whatever.com"

設置行尾首選項

Unix/Mac 用戶:

$ git config --global core.autocrlf input
$ git config --global core.safecrlf true

Windows 用戶:

$ git config --global core.autocrlf true
$ git config --global core.safecrlf true
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號