美文网首页
更换远程的git地址

更换远程的git地址

作者: PengFuChuan | 来源:发表于2017-03-25 01:27 被阅读0次
    • 查看当前的远程地址
    git remote -v
    
    • 删除当前的远程地址
    git remote rm origin
    
    • 添加要更换的远程地址
    git remote add origin ... //新的远程地址
    

    相关文章

      网友评论

          本文标题:更换远程的git地址

          本文链接:https://www.haomeiwen.com/subject/hqbqottx.html