问git如何查看远程仓库地址?git查看远程仓库地址命令如下:
git remote -v
附:修改远程仓库地址命令
git remote set-url origin 你的gitUrl
再查看修改成功没有