标签:git push 用户 commit highlight 路径 com 密码 class 远程仓库
1- 克隆远程仓库到本地
$ git clone http://
2- 添加要提交的文件 . 代表当前路径
$ git add .
3- 提交说明
$ git commit -m ‘说明‘
4- 提交
$ git push
5- 提交的时候要输入用户名和密码
标签:git push 用户 commit highlight 路径 com 密码 class 远程仓库
原文地址:https://www.cnblogs.com/mutaim/p/9537242.html