fatal: unable to access 'http://xxx.git/': Could not resolve host: yyy
Git-fatal: unable to access ‘https://gitlab.XX.git/‘: Could not resolve host: gitlab.XX.com.cn_drone unable to access .git/': could-CSDN博客
原因:
克隆的时候使用的是这里的HTTP,它给的应该是一个直接的主机号。
(http://主机号/xxx.git)
后面改成老板给的:域名+端口号的形式,就可以正常克隆下来了。
(http://域名:端口号/xxx.git)