Home  >  Q&A  >  body text

git merge 代码时显示 permission denied?如何解决

1 我在merge代码的时候显示permission denied?这是什么原因?

2.我尝试回退版本之后依然不行,如何解决?

漂亮男人漂亮男人2727 days ago643

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:45:48

    It is recommended that you close all editors or IDEs before using the git merge command. These software may have locked a certain file from external modification.

    reply
    0
  • 阿神

    阿神2017-05-02 09:45:48

    You have no authority and cannot operate the master. You need to find an administrator to enable it

    reply
    0
  • PHP中文网

    PHP中文网2017-05-02 09:45:48

    sudo -s to obtain root permissions and then execute

    reply
    0
  • Cancelreply