git使用ssh或者http方式pull和push代码

切换成http方式:
git remote set-url origin http://git.haohuoduo.cn/haohuoduo/android.git

切换成ssh方式:

git remote set-url origin [email protected]:haohuoduo/android.git

使用ssh方式的前提是必须生成ssh key并在gitlab上添加,具体操作看git提交大文件的文章

你可能感兴趣的:(git使用ssh或者http方式pull和push代码)