gpt4 book ai didi

git - 如何从命令行 (Git Bash) 删除远程 Git 存储库?

转载 作者:太空狗 更新时间:2023-10-29 12:45:50 25 4
gpt4 key购买 nike

我正在尝试通过 Git Bash 删除远程 git 存储库。我知道我可以通过 GitHub 删除它;但是,我想学习如何通过命令行执行此操作。我不只是想删除其中的文件,或者替换它,我想完全删除它。在过去的两天里,我浏览了论坛、文章、博客和教程,但没有任何效果。

一些初始信息:

$ git remote -v
thisbranch https://github.com/thisuser/test-repo.git (fetch)
thisbranch https://github.com/thisuser/test-repo.git (push)

$ git status
On branch master
nothing to commit, working directory clean

$ git log
Author: *info*
Date: *info*
adding a new file
Author: *info*
Date: *info*
Initial commit

$ git remote -v show thisbranch
* remote thisbranch
Fetch URL: https://github.com/thisuser/test-repo.git
Push URL: https://github.com/thisuser/test-repo.git
HEAD branch: master
Remote branch:
master tracked
Local ref configured for 'git push':
master pushes to master (up to date)

我尝试过的一些事情:

$ git remote remove https://github.com/thisuser/test-repo.git
error: Could not remove config section 'remote.https://github.com/thisuser/test-repo.git'

$ git remote remove master
error: Could not remove config section 'remote.master'

$ git remote remove thisbranch
*returns nothing*

$ git remote -v
*returns nothing*

我意识到我也从未收到过“origin”这个名字。

最佳答案

正如 BrokenBinary 在 his comment 中指出的那样,

This can't be done.

您不能使用 Git 命令删除远程仓库(托管在 GitHub 或其他地方),无论是在 Git Bash 还是其他地方。你可以delete remote branches (假设您对它们具有写入权限),是的,但不是整个远程存储库。

然而,GitHub Developer API允许您从 shell 中删除托管在 GitHub 上的存储库。

关于git - 如何从命令行 (Git Bash) 删除远程 Git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27868636/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com