美文网首页
修改本地仓库与远程仓库的链接

修改本地仓库与远程仓库的链接

作者: BlackNeko | 来源:发表于2016-07-11 14:52 被阅读23次
    git remote rm origin
    git remote add origin git@github.com:username/myapp.git
    

    我觉得还是直接使用https好用些:

    git remote rm origin
    git remote add origin https://github.com/AmoryPepelu/ft_customer.git
    

    相关文章

      网友评论

          本文标题:修改本地仓库与远程仓库的链接

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