美文网首页
git 修改url Repository Not Found

git 修改url Repository Not Found

作者: 瓦大西精神小伙丶澎 | 来源:发表于2020-12-25 11:27 被阅读0次

    1.删除指定的远程仓库连接

     git remote remove origin
    

    2.添加修改后的仓库地址

     git remote add origin    <你的项目地址ssh/https> 
    

    3.拉去分支,合并分支

    git pull origin master
    

    4.提交分支

    git push origin master
    

    相关文章

      网友评论

          本文标题:git 修改url Repository Not Found

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