问题描述:git服务器迁移,git地址改变,但是本地没有变更新的git地址,导致pull或上传是失败。
Git Pull Failed: repository 'http://gitlab.***.com/***/***.git/' not found
问题解决如下方案:
git remote set-url origin 改变后的git地址(新的git地址),
例如:git remote set-url origin http://gitlab.***.com/***/***.git
问题描述:git服务器迁移,git地址改变,但是本地没有变更新的git地址,导致pull或上传是失败。
Git Pull Failed: repository 'http://gitlab.***.com/***/***.git/' not found
问题解决如下方案:
git remote set-url origin 改变后的git地址(新的git地址),
例如:git remote set-url origin http://gitlab.***.com/***/***.git