git关联远程仓库和删除远程仓库时间:2022-04-03 15:29:59git远程仓库的相关操作 关联远程仓库 //ssh url //http url git remote add origin /*url*/ 删除远程仓库 git remote remove origin