1 When I merge the code, permission denied appears? What is the reason?
2. I tried rolling back the version but it still doesn’t work. How to solve it?
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.
git merge
You have no authority and cannot operate the master. You need to find an administrator to enable it
sudo -s to obtain root permissions and then execute
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.You have no authority and cannot operate the master. You need to find an administrator to enable it
sudo -s to obtain root permissions and then execute