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.
所有者が忘れていたHTTP経由で提供されるリポジトリを考えると、chmod +x hooks/post-updateそれを複製するための回避策はありますか?
chmod +x hooks/post-update
実行しようとしwget --mirror urlましたが、サブツリーのみをフェッチするのではなく、サイト全体をミラーリングしようとしました。これは、自動生成されたindex.htmlリソースの親ディレクトリリンクが原因で発生したと思います。
wget --mirror url
index.html
ソース コードをビルドするだけで、リポジトリは必要ない場合は、wget に --no-parent を追加してみてください。これにより、wget はサブツリーに限定されます。
それとは別に、リポジトリを実行している人に電子メールを送り、修正を依頼してください。