物理机可以 git clone https://github.com/xxxx
git clone https://github.com/xxxx
但是虚拟机报错 将https改成git即可 git clone git://github.com/xxxx
git clone git://github.com/xxxx
不过这是一个比较弱智的问题叭, https走不通, 那当然用ssh啊…