首先在 github 创建一个代码仓库;然后本地代码根目录 `git init`,初始化本地代码仓库;接着添加远程仓库地址:1git remote add origin 远程地址然后,执行以下操作即可提交、推送代码了:12git commit -a -m "我的第一次提交"git push