Git地址变了,Android Studio更新和提交代码都用不了了;需要把新的Git地址更换一下;

1、打开git项目的文件夹,进入git操作框;

更换Git的地址;

2、 git remote -v 查看现有地址:

      git remote set-url origin (http://xxoo_android.git  -- 新的git地址)

     再次 git remote -v  是不是已经换了呢;

更换Git的地址;

3、去Android Studio更新或提交代码,需要重新输入账号密码;

相关文章:

  • 2021-12-21
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
  • 2021-05-28
猜你喜欢
  • 2021-09-20
  • 2021-07-04
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案