摘要: 1.安装git sudo apt-get install git 阅读全文
posted @ 2020-02-20 11:44 入梦炼心 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1.自动保存用户名和密码配置 git config --global credential.helper store 2.配置用户名和邮箱 git config --global user.name "用户名" git config --global user.email "邮箱" 3.远程获取项目 阅读全文
posted @ 2020-02-20 11:42 入梦炼心 阅读(106) 评论(0) 推荐(0) 编辑