Gitlab 设置Http远程登录方式

  1. 查看当前的配置方式
    git remote -v 先查看当前的配置方式,如果有,将它移除,移除的命令如下
  2. 移除当前配置
    git remote rm origin
  3. 添加新的远程http地址
    git remote add origin https://gitlab.qqwdev.com/fengfei/guanproject-ios.git

你可能感兴趣的:(Gitlab 设置Http远程登录方式)