使用gitlab clone代码的时候报错 一、问题复述 在使用命令行 git clone http://gitlab.xxx.com/admin 进行克隆初始化代码的时候,报错 $ git clone http://gitlab.xxxxxx.net/sycamore/admin-Frontend.git/ Cloning into 'admin-Frontend'... fatal: unable to access 'http://gitlab.xxxxxx.net/sycamore/admin-Frontend.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused 二、解决问题 在遇到上述问题后,分别使用 重新生成 git 的用户名和邮箱地址 ssh ,但是不管用设置全局代理依旧未解决 https://www.zhihu.com/question/27159393 修改端口也是未解决 https://www.zhihu.com/question/27159393 三、最后解决 猜测是因为初始链接错误了,后发现clone连接中是 http://开头,修改为https:// 后再次clone,成功!