svn - 为什么 `git remote` 没有在我的 git-svn 存储库中列出任何内容?

标签 svn git git-svn

做完之后 git svn init -s <url to repo> , git remote没有列出任何 Remote 。为什么?

最佳答案

因为颠覆“远程”不是真正的 git 远程。尝试使用 git svn info 查看 subversion 存储库的远程信息。

关于svn - 为什么 `git remote` 没有在我的 git-svn 存储库中列出任何内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4169017/

相关文章:

git-svn 问题

svn - SVN 到 Git 迁移后如何列出和获取远程分支?

macos - 如何将 subversion 1.7 安装到 mac os?

svn - 允许从本地主机进行 SVN 匿名读取访问

gitignore *~ 和这些其他模式的含义是什么?

git-svn dcommit 失败,原因为 "URL access forbidden for unknown reason"

svn - 如何将 svn 分支和标签导入 git-svn?

SVN : How to split a large commit into several small commits?

git - 使用 SourceTree 将两个 GIT 存储库 merge 为一个

Git pull 和 git fetch 在 Windows 10 上不起作用