Skip to content

标签:git

git 修改远程URL

因为安全问题修改了家里ssh的端口 所以以前的项目需要修改下git的端口. 命令如下: git remote set-url origin ssh://url:port/xxx

Leave a Comment