搬瓦工上搭建 git 服务

2015-02-11 22:59:51 +08:00
 Rocko

Ubuntu-14.04-x86_64
网上各种搭建方式基本试过了,在自己电脑上clone是一直报如下错误:
Cloning into 'sample'...
ssh: connect to host 104.224.xxx.xx port 22: Bad file number
fatal: Could not read from remote repository.
ssh测试:
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Connecting to 104.224.xxx.xx [104.224.xxx.xx] port 22.
debug1: connect to address 104.224.xxx.xx port 22: Connection refused
ssh: connect to host 104.224.xxx.xx port 22: Bad file number

Connection refused,连接被拒绝?电脑用ssh连Github是没问题的。

6005 次点击
所在节点    git
9 条回复
sd4399340
2015-02-11 23:16:41 +08:00
搬瓦工上面22端口一般是不开的吧。。。貌似都是分配一个5位数的端口号的
huzheyi
2015-02-11 23:18:31 +08:00
@sd4399340 可以自己随便改的
Rocko
2015-02-11 23:20:57 +08:00
@sd4399340 是吗,我试试,不过我的SS分配443端口没问题
Rocko
2015-02-11 23:39:53 +08:00
搞定了,服务端与和客户端的端口没对上。。写篇博客压压惊。。
lxl0528
2015-02-12 01:35:57 +08:00
写出来让看看,怎么用这个工具。
zhfy1991
2015-02-12 03:27:53 +08:00
@sd4399340 我的 ss 一直在用22端口~
laomutuo
2015-02-12 09:27:07 +08:00
搬瓦工是啥?
ccdany
2015-02-12 11:06:41 +08:00
.ssh 下新建一个文件config
内容如下
Host your hostname or ip
IdentityFile ~/.ssh/id_rsa
Port 27497
Rocko
2015-02-12 15:13:56 +08:00
@ccdany 对的,自己电脑的ssh端口要与vps上的ssh端口对应,也就是Port 改为你自己vps上的ssh端口,这样就不会使用默认的22了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/170314

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX