赞
踩
通过222
端口克隆git@localhost:wzy/test.git
出现问题:
Cloning into 'test'...
ssh: connect to host localhost port 22: Connection refused
fatal: Could not read from remote repository.
Http 方法
git clone http://localhost:3000/wzy/test.git
其中 3000 是Http端口号
SSH 方法
git clone ssh://git@localhost:222/wzy/test.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。