切换成http方式:
git remote set-url origin http://git.haohuoduo.cn/haohuoduo/android.git
切换成ssh方式:
git remote set-url origin git@git.haohuoduo.cn:haohuoduo/android.git
使用ssh方式的前提是必须生成ssh key并在gitlab上添加,具体操作看git提交大文件的文章
切换成http方式:
git remote set-url origin http://git.haohuoduo.cn/haohuoduo/android.git
切换成ssh方式:
git remote set-url origin git@git.haohuoduo.cn:haohuoduo/android.git
使用ssh方式的前提是必须生成ssh key并在gitlab上添加,具体操作看git提交大文件的文章