If i save a copy of a video in Google Drive or Photos in my Google Account, and the official repository is deleted, for some copyright reason, my fork repository is deleted together?
and in the GitHub?
If i save a copy of a video in Google Drive or Photos in my Google Account, and the official repository is deleted, for some copyright reason, my fork repository is deleted together?
and in the GitHub?
According to the documentation if a private repository is deleted its forks are also deleted, and if a public repository is deleted one of the forks is chosen to be the new parent repository.
If you save a copy of the code outside of the GitHub ecosystem, e.g. in Google Drive as you suggest, nothing will happen when the upstream repository is deleted. Depending on how the code is licensed you may no longer be permitted to use the code you've saved, but it won't magically disappear.