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克隆项目。

posted @ 2021-10-17 10:16  14789ztt  阅读(33)  评论(0)    收藏  举报