git操作---远程仓库的重命名和移除 1、远程仓库重命名: git remote rename <old_name> <new_name> 2、远程仓库移除:git remote remove <remote_short_name> 相关文章: