是否有任何方法可以在不删除github存储库的情况下解压缩
(使用以下方法的Gitbash除外)
git clone --bare https://github.com/{username}/{repository}
https://github.com/{username}/{repository}/settings
https://github.com/new.
cd {repository}.git and git push --mirror
https://github.com/{username}/{repository}