摘要: 01、初始化 例如:新建项目 helloProject helloProject> git init 02、设置用户 helloProject> git config --global user.name “yourname...." helloProject> git config --globa 阅读全文