通过git 命令更换git clone 地址
git fetch --all正在获取 originfatal: 无法访问 'http://124.70.15.213:8088/ecangdan/ecd-backend-ui.git/':Failed to connect to 124.70.15.213 port 8088: Operation timed outerror: 不能获取 origin因原有的克隆地址发生了改变,导致无法更新代码
·
git fetch --all
正在获取 origin
fatal: 无法访问 'http://124.70.15.213:8088/ecangdan/ecd-backend-ui.git/':Failed to connect to 124.70.15.213 port 8088: Operation timed out
error: 不能获取 origin
因原有的克隆地址发生了改变,导致无法更新代码
解决办法:
更换clone地址即可
git remote set-url origin 新克隆地址
eg: git remote set-url origin http://xxx.116.207.201:8088/ecangdan/ecd-backend-ui.git
更多推荐
已为社区贡献2条内容
所有评论(0)