Push 已存在的代码到Github中

第一步先创建远程仓库

第二步分为两种方案

方案一:使用 bash

git remote add origin https://github.com/zhouyao1994/sqlite-sourcecode-read.git
git push -u origin master

方案二:使用Pycharm IDE git 工具

  • 设置remote origin 路径VCS->git->remote设置好remote
  • push代码路径VCS->git->remote