关于Eclipse修改项目的git地址

方法步骤

在项目的隐藏目录.git 文件夹下面:

修改config配置文件,如下图:

[core]
symlinks = false
repositoryformatversion = 0
filemode = false
logallrefupdates = true
[remote "origin"]
url = http://10.166.20.106/invoice_invoice/invoice-core.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "dev-v1.0.0"]
remote = origin
merge = refs/heads/dev-v1.0.0

修改url 为新地址即可。

原文地址:https://www.cnblogs.com/ZJOE80/p/9661759.html