github删除自己的库--Deleting a repository
Posted allyh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github删除自己的库--Deleting a repository相关的知识,希望对你有一定的参考价值。
You can delete any repository or fork if you‘re either an organization owner or have admin permissions for the repository or fork. Deleting a forked repository does not delete the upstream repository.
Only members with owner privileges for an organization or admin privileges for a repository can delete an organization repository. If Allow members to delete or transfer repositories for this organization has been disabled, only organization owners can delete organization repositories. For more information, see "Repository permission levels for an organization."
Warning: These steps will permanently delete the repository, wiki, issues, and comments. This action cannot be undone.
Please also keep in mind that:
Deleting a private repository will delete all of its forks.
Deleting a public repository will not delete its forks.
On GitHub, navigate to the main page of the repository.
Under your repository name, click Settings.
Repository settings button
Under Danger Zone, click Delete this repository.
Repository deletion button
Read the warnings.
To verify that you‘re deleting the correct repository, type the name of the repository you want to delete.
Deletion labeling
Click I understand the consequences, delete this repository.
官方教程:
https://help.github.com/en/articles/deleting-a-repository
以上是关于github删除自己的库--Deleting a repository的主要内容,如果未能解决你的问题,请参考以下文章
《转》openstack中删除虚拟主机,状态一直deleting
《转》openstack中删除虚拟主机,状态一直deleting
[LeetCode] Longest Word in Dictionary through Deleting 删除后得到的字典中的最长单词