我想通过http从我的git服务器克隆资源,但是我收到了以下错误:
git clone http://xxx/ResMonitor.git/
Cloning into ResMonitor...
error: Failed connect to xxx:80; Connection refused while accessing
http://xxx/ResMonitor.git/info/refs
我试图在服务器上运行“git update-server-info”,但它仍然无效。 (我可以通过客户端的Chrome访问http://xxx/ResMonitor.git/info/refs)
任何人都可以帮忙吗?非常感谢!