git 入门

git入门
1.安装git
2.配置用户名和邮箱(git config --global user.name "your name" && git config --global user.email "your email address")
3.使用git clone 命令之前首先要将你的公钥上传到github。否则无法从github克隆项目。

上一篇:Latex 安装包 metropolis


下一篇:Shell简单参考入门程序