基础不牢,不知道怎么下手查
git clone 来了个 Could not resolve host: https ???咋会把 host 解析为 https 了。。。
[root@k8s-master01 tmp]# git clone https://gitee.com/w1002/test.git
正克隆到 'test'...
fatal: unable to access 'https://gitee.com/w1002/test.git/': Could not resolve host: https; Unknown error
You have mail in /var/spool/mail/root
ifconfig 卡住,卡住是什么情况
[root@k8s-master01 tmp]# ifconfig
br-455b7df683fd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.20.0.1 netmask 255.255.0.0 broadcast 172.20.255.255
Springboot 起不来,要加参数-Djava.net.preferIPv4Stack=true 才行
1
churchmice 2023-04-15 17:34:41 +08:00 via Android
ping gitlee.com
|
2
CEBBCAT 2023-04-15 23:43:37 +08:00
怀疑是共享库比如 glibc 之类的搞乱了,建议推倒重来
|
3
CEBBCAT 2023-04-15 23:45:25 +08:00
如果不知道怎么查,可以搜一搜 Linux 下如何 debug 程序,strace 、gdb 、tcpdump 之类的,最好用英文
|