赞
踩
查看源地址 git remote -v
修改源地址 git remote set-url origin git地址
添加源地址 git remote add [NAME] [GIT URL] //[NAME]为新的Git库源地址名,[GIT URL]为新的git库源地址
删除源地址 git remote remove [NAME]