简单粗暴点,在项目目录下,执行将http替换成ssh仓库url的命令:
git remote set-url origin ssh仓库url
如果ssh转http,同理:
git remote set-url origin http仓库url
小贴士:
想查看当前项目git仓库url?
执行下面命令:
git remote -v
童鞋们可以在上述迁移命令
前后执行查看
命令,查看仓库url变化。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
简单粗暴点,在项目目录下,执行将http替换成ssh仓库url的命令:
git remote set-url origin ssh仓库url
如果ssh转http,同理:
git remote set-url origin http仓库url
小贴士:
想查看当前项目git仓库url?
执行下面命令:
git remote -v
童鞋们可以在上述迁移命令
前后执行查看
命令,查看仓库url变化。
暂无评论内容