简体   繁体   中英

cannot clone from gitlab repository

i want to clone a project from a gitlab repo, but cannot do it. neither with ssh, nor the http address. What I did until now (using OS X 10.6.8)

  1. install git 1.8.5.2
  2. git init in a local directory gitrepos
  3. tried git clone projectURL - doesnt work. ( git clone https://github.com/libgit2/libgit2 works)

error I get:

git clone http://....
Cloning into 'xyz'...
fatal: unable to access '....': Failed connect to ....; Operation timed out

If you tried with github and it works, this rules out a problem with your workstation.

Have you check the configuration of your gitlab server? (firewall, git daemon, etc.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM