首先进入项目所在文件夹,右键git bash

(1)查看当前的远程地址

          git remote -v

(2)删除当前的远程地址

         git remote rm origin

(3)添加远程地址

         git remote add origin (git@...)

(*4)首次推代码

         git push -u origin master


https://blog.csdn.net/S3328047358/article/details/98183662

https://www.cnblogs.com/wintertone/p/11650058.html

相关文章:

  • 2021-12-18
  • 2021-07-04
  • 2022-12-23
  • 2021-10-04
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2021-06-17
  • 2022-12-23
  • 2022-01-05
  • 2021-07-16
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案