赞
踩
用来测试的仓库,在gitee上重建了一个,需要把本地测试转移到新地址。账号都相同,只需要改一个地址。
#先查看一下目前的远程地址(其实远程已经不存在了,就像某些距离我们n光年的恒星的光亮)
$git remote -v
#查看远程库
$git remote
#更换远程的地址(已经在gitee新建并取得地址)
$git remote set-url origin https://gitee.com/xxxx-xxxx-xxx.xxxx.git
另外一种方法没试过
- git remote rm origin #删除远程的仓库
- git remote add origin https://gitee.com/xx/xx.git(新地址) #重新添加远程仓库
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。