美文网首页
remote: You do not have permissi

remote: You do not have permissi

作者: 草帽三Jmg | 来源:发表于2020-11-13 19:31 被阅读0次

    解决方案

    第一步,将github中的项目clone下来

    第二步,修改.git/cofig中的url

    cd 到项目中,编辑 .git/cofig中的url

    vim .git/config

    [remote "origin"]

    url = https://github.com/git的用户名/项目名称

    的url改为

    url = https://git的用户名@github.com/git的用户名/项目名称

    第三步,git push -u origin master

    原文:http://www.xiaosongit.com/index/detail/id/654.html

    相关文章

      网友评论

          本文标题:remote: You do not have permissi

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