只需在当前本地git仓库的目录下执行如下命令:

1
git remote set-url origin "ssh地址 如:git@github.com:Alamofire/Alamofire.git"

查看本地仓库的远程地址:

1
git remote -v