在 Windows 中为 msysgit 设置 openssh 端口

发布于 2024-10-10 12:12:01 字数 422 浏览 2 评论 0原文

一个简单的问题。我使用 msysgit 和 openSSH 作为 git 客户端。我不想使用其他 ssh 客户端,例如 putty。从 GIT Bash 我已经使用 ssh -p XXXX 成功连接到我的服务器。

不幸的是,当我尝试执行以下操作时:

git clone git@SERVER:reponame.git 

从 Git Bash 我得到:

ssh: connect to host SERVER port 22 failed.

如何建立 msysgit 尝试使用在不同端口运行的 openssh 打开的 ssh 连接?

我知道在 Linux 中这样的事情会在 /etc/ssh/ssh_config 文件中,但是在这种情况下我将如何去做呢?提前致谢。

A quick question. I am using msysgit with openSSH as a git client. i don't want to use other ssh clients such as putty. From GIT Bash I have succesfully connected to my server with ssh -p XXXX to my sever.

Unfortunately when i try to do something like:

git clone git@SERVER:reponame.git 

from the Git Bash I get:

ssh: connect to host SERVER port 22 failed.

How can I make the ssh connection that msysgit tries to open with openssh run at a different port?

I know that in linux such a thing would be in /etc/ssh/ssh_config file but how would I go about doing that in this case? Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凯凯我们等你回来 2024-10-17 12:12:01

git 支持以下 ssh:// 语法,

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

请注意其中的端口。

git supports the following syntax for ssh://

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

Note the port in there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文