gpt4 book ai didi

通过 ftps 克隆 Git

转载 作者:太空狗 更新时间:2023-10-29 13:20:28 25 4
gpt4 key购买 nike

好的。所以我的网站托管在 InmotionHosting 上。它是一个共享服务器,所以 ssh 已经过时了。我一直在通过 FTPS 访问它。我在工作中使用 git,所以我很想开始在我的个人网站上使用 git。唯一的问题是,我不确定如何使用 git 连接到我当前的站点。我知道它与 ftps 兼容,因为它在手册中,但我收到错误:

“无法连接到 [我的网站]”“无法解析主机”“致命:HTTP 请求失败”“访问 [我的网站]/info/refs 时出错”

我试过:

git clone [用户名]:[密码]@[站点] [本地仓库]

git clone [用户名]@[站点] [本地仓库]

git clone [用户名]@[站点]:[来自 cpanel 的端口] [本地存储库]

git clone [用户名]%40[站点]@[站点] [本地仓库]

没有任何作用。有什么我想念的吗?我需要在服务器上安装一些东西吗?任何帮助表示赞赏。谢谢!

最佳答案

> man git-clone

结果:

GIT URLS
In general, URLs contain information about the transport protocol, the address of the remote server, and the path to the repository.
Depending on the transport protocol, some of this information may be absent.

Git natively supports ssh, git, http, https, ftp, ftps, and rsync protocols. The following syntaxes may be used with them:

· ssh://[user@]host.xz[:port]/path/to/repo.git/

· git://host.xz[:port]/path/to/repo.git/

· http[s]://host.xz[:port]/path/to/repo.git/

· ftp[s]://host.xz[:port]/path/to/repo.git/

FTPS 似乎是允许的协议(protocol)之一。

试试 git clone ftps://host.xz[:port]/path/to/repo.git/

关于通过 ftps 克隆 Git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5709192/

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