在 Ubuntu 上配置 Git 托管

发布于 2024-10-11 22:24:32 字数 604 浏览 1 评论 0原文

嗨, 我正在尝试在我的 Ubuntu(虚拟机)上配置 git。按照本教程的指示

http://www.guztech.nl/wordpress/index.php/2010/02/setting-up-a-git-server-in- ubuntu-with-gitosis-and-using-gitextensions-on-windows/

当我尝试使用 GitExtension 在 Windows 主机上克隆存储库时,我收到 FATAL ERROR: Network error: Connection timed out ...

我想问题是我的连接字符串 git@IP:gitosis-admin.git 。 Git 端口号是多少?我应该将其转发到我的 Ubuntu 虚拟机。但是连接字符串会是什么样子呢? git@IP:3390:gitosis-admin.git ?

Hi,
i am trying to configure git, on my Ubuntu (virtual machine). as instructed this tutorial

http://www.guztech.nl/wordpress/index.php/2010/02/setting-up-a-git-server-in-ubuntu-with-gitosis-and-using-gitextensions-on-windows/

When i try to clone repository on Windows Host with GitExtension i get FATAL ERROR: Network error: Connection timed out ...

I suppose the problem is my connection string git@IP:gitosis-admin.git . What is the Git Port number ? i should forward it to my Ubuntu Virtual machine. But then what would the connection string look like ? git@IP:3390:gitosis-admin.git ?

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

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

发布评论

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

评论(1

淑女气质 2024-10-18 22:24:32

默认情况下,如果您不指定协议并在服务器名称后面加上冒号(然后是存储库),Git 将通过端口 22 使用 ssh。请参阅 http://git-scm.com/docs/git-clone

By default, if you don't specify a protocol and follow the server name with a colon (and then the repository), Git uses ssh over port 22. See "GIT URLS" at http://git-scm.com/docs/git-clone

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