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リポジトリを作成しました。
root
サーバー側リポジトリの所有者とグループを変更したところ、 sudo chown -R www-data:www-data MyRepo/ もう一度プッシュできました。
sudo chown -R www-data:www-data MyRepo/