Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法用多个远程仓库克隆一个 git 项目?例如,除了“origin”之外,我还想有一些其他的远程仓库来推送和获取数据。是否可以从克隆的 git 项目中获取所有远程地址?
例如,除了“origin”之外,我还想有一些其他的远程仓库来推送和获取数据。
是的,你可以拥有这个。
是否可以从克隆的 git 项目中获取所有远程地址?
如果您对原始存储库具有本地访问权限,则以下命令将为您工作。
git remote -v