创建本地库,提交,和绑定github ,上传代码 git init git add README.md git commit -m "first commit" git remote add origin git@github.com:Fenglin0721/pgcms.git git push -u origin master