为什么`git remote`不会在我的git-svn repo上列出任何东西? [英] Why does `git remote` not list anything on my git-svn repo?

查看:104
本文介绍了为什么`git remote`不会在我的git-svn repo上列出任何东西?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

执行 git svn init -s< url to repo> git remote 不会列出任何遥控器。为什么?

After doing git svn init -s <url to repo>, git remote doesn't list any remotes. Why?

推荐答案

因为subversionremote不是真正的git remote。尝试 git svn info 查看Subversion存储库的远程信息。

Because a subversion "remote" is not a real git remote. Try git svn info to see the remote information for the subversion repository.

这篇关于为什么`git remote`不会在我的git-svn repo上列出任何东西?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆