gpt4 book ai didi

git - 如何使用 ssh 将 repo 克隆到远程服务器

转载 作者:行者123 更新时间:2023-12-05 04:19:00 25 4
gpt4 key购买 nike

我有两台服务器,A 和 B。A 有存储库,可以通过 ssh 连接到 B。B 是一台新服务器,我想要存储库,但不能通过 ssh 连接到 A。我试过复制存储库,创建一个远程推送,使用 -u 进行 git 克隆...有什么建议吗?

最佳答案

在 B 上创建空仓库

B$ git init --bare repo.git

然后使用 SSH 协议(protocol)从 A 推送到它

A$ git push ssh://B/full/path/to/repo.git

关于git - 如何使用 ssh 将 repo 克隆到远程服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3983405/

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