问题:
本来有一个项目是靠ssh连远程库的,其他都是http
之后从无线网络转网线了,ip地址变了,ssh的pull、push不下来,http的可以,所以查了下资料改了下配置
git remote -v
可查看配置
git remote -v
git remote set-url origin http://gitlab.company.com/ABC/XXXX.git
git remote -v
问题:
本来有一个项目是靠ssh连远程库的,其他都是http
之后从无线网络转网线了,ip地址变了,ssh的pull、push不下来,http的可以,所以查了下资料改了下配置
git remote -v
可查看配置
git remote -v
git remote set-url origin http://gitlab.company.com/ABC/XXXX.git
git remote -v