-
Notifications
You must be signed in to change notification settings - Fork 0
Git
CPS edited this page Jun 19, 2019
·
1 revision
https://git-scm.com/download/win
安装完成后,
在开始菜单里找到“Git”->“Git Bash”,
蹦出一个类似命令行窗口,
就说明Git安装成功!
git config --global user.name "Your Name"
git config --global user.email "email@..."
git config --global core.safecrlf false
git config --global core.quotepath false
git config --global gui.encoding utf-8
git config --global i18n.commit.encoding utf-8
git config --global i18n.logoutputencoding utf-8
ssh-keygen -t rsa -C "email@..."
copy ~/.ssh/id_rsa.pub ~/.ssh/email@....pub
把email@....pub这个文件发给我(微信或者邮件:li_shuanglin@cps-soft.co.jp)
git clone git@github.com:cps-soft-dev/struts2sping4mybatis3.git (目录名)