A GitHub user received a DMCA takedown notice regarding content in their repository:
I'm contacting you on behalf of GitHub because we've received a DMCA takedown notice regarding the following content:
https://github.com/<…>
The DMCA notice states:
Once you've made the requested changes, please let us know by responding to this email so we can let the complainant know the requested changes have been made. If we don't hear from you, we will re-disable your repository in 1 business day.
The user correctly performed the following actions to remove the problematic content:
git clone <…> .
cp ./.git/config ../
git filter-repo --invert-paths --path app/code/Amasty
mv -f ../config ./.git
git push --force --all
git push origin --force --tags
After this, they submitted a "clear cached views" request through GitHub's support form at:
The problematic URL remained accessible, displaying the message:
«This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.»