0

I've just created a public test project in https://gitlab.com/zchrissirhcz/justtest . When clone it to local:

// this not working
git clone git://gitlab.com/zchrissirhcz/justtest
// but this working
git clone git@gitlab.com:zchrissirhcz/justtest.git

Cloning into 'justtest'...
fatal: read error: Connection reset by peer

I've also tried git clone with git protocal from github, and it just works:

git clone git://github.com/zchrissirhcz/pixel 

Why does gitlab.com not support git clone with git:// for public repo?

ChrisZZ
  • 1,521
  • 2
  • 17
  • 24

0 Answers0