gitconfig === ``` [user] name = Zong Li email = zong@andestech.com [color] ui = true [core] editor = vim [http] proxy = http://cache1:3128 [sendemail] smtpEncryption = tls smtpServer = smtp.gmail.com smtpUser = zongbox@gmail.com smtpServerPort = 587 #[sendemail] # smtpEncryption = none # smtpServer = atcpcs16.andestech.com # smtpUser = zong # smtpServerPort = 25 ```