将本地仓库和远程仓库建立连接:
git remote add origin [email protected]/codes/code.git
修改远程仓库地址
git remote -v //查看修改前的仓库 git remote set-url origin xxx //xxx代表新的仓库地址 git remote -v //查看修改后的仓库
标签:origin,git,remote,仓库,xxx,连接,远程 From: https://www.cnblogs.com/liyong2019/p/17027931.html