git使用指南
一、git客户端设置
git config --global http.sslVerify false
git config --global user.name '315222'
git config --global user.email 'li_feng10@dahuatech.com'
ssh-keygen -t rsa -C 'li_feng10@dahuatech.com'
一、git客户端设置
git config --global http.sslVerify false
git config --global user.name '315222'
git config --global user.email 'li_feng10@dahuatech.com'
ssh-keygen -t rsa -C 'li_feng10@dahuatech.com'