Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试将我最近的提交推送到我的远程服务器时,我收到一条mercurial error http 500 access denied错误消息。
mercurial error http 500 access denied
我该如何解决这个问题?
这可能是由您要推送到的服务器上的访问问题引起的。在我的服务器上,我不小心创建了带有root所有者和组的 mercurial repo。
root
我刚刚更改了服务器端 repo 的所有者和组, sudo chown -R www-data:www-data MyRepo/ 并且能够再次推送。
sudo chown -R www-data:www-data MyRepo/