简体   繁体   中英

Why does `git remote` not list anything on my git-svn repo?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM