git 修改远程URL Published 2017年2月26日 因为安全问题修改了家里ssh的端口 所以以前的项目需要修改下git的端口. 命令如下: git remote set-url origin ssh://url:port/xxx Leave a Comment