将本地仓库和远程仓库建立连接:
git remote add origin git@github.com/codes/code.git
修改远程仓库地址
git remote -v //查看修改前的仓库 git remote set-url origin xxx //xxx代表新的仓库地址 git remote -v //查看修改后的仓库