Git配置并从Github上克隆项目

一、配置Git 首次安装git的机器,一定要首先进行用户账户信息的配置$ git config --global user.name "你的github用户名"$ git config -

7月前480