在 Ubuntu 上配置 Git 托管
嗨, 我正在尝试在我的 Ubuntu(虚拟机)上配置 git。按照本教程的指示
当我尝试使用 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
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,如果您不指定协议并在服务器名称后面加上冒号(然后是存储库),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