-
使用命令行删除当前为存储库配置的任何 git 远程。
# Show existing remotes $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # Remove existing remotes $ git remote remove origin
-
在存储库栏中,单击**发布存储库**。
-
在“发布存储库”窗口的“名称”字段中,键入所需的存储库名称,或使用默认的当前本地存储库名称。
-
可选:添加存储库说明。
-
可选:要发布公共存储库,请取消选中**保持此代码私有**。
-
选择“组织”下拉菜单,然后单击要发布存储库的组织,或者要将存储库发布到您的个人帐户,请单击**无**。
-
单击**发布存储库**。
使用 GitHub Desktop 将现有项目添加到 GitHub
您可以使用 GitHub Desktop 将现有的 Git 存储库添加到 GitHub。