git报错Connection refused

git报错git fatal unable to connect a socket (Connection refused)


在linux下用git下载文件时报的错,防火墙关了,也没有用代理,最后发现是网址最后要写/

git clone git://git.aaa.com/

而不要写成 git clone git://git.aaa.com

你可能感兴趣的:(linux,git,防火墙,socket,linux)