"Could not resolve host"의 두 판 사이의 차이

(새 문서: ==개요== ;Could not resolve host <syntaxhighlight lang='console'> root@localhost:~# curl -v example.com * Could not resolve host: example.com; Unknown error * Closing connection 0...)
 
7번째 줄: 7번째 줄:
* Closing connection 0
* Closing connection 0
curl: (6) Could not resolve host: example.com; Unknown error
curl: (6) Could not resolve host: example.com; Unknown error
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~/go/src/hello# git fetch origin
fatal: unable to access 'https://github.example.com/user1/hello.git/': Could not resolve host: github.example.com
</syntaxhighlight>
</syntaxhighlight>



2024년 4월 26일 (금) 14:02 판

1 개요

Could not resolve host
root@localhost:~# curl -v example.com
* Could not resolve host: example.com; Unknown error
* Closing connection 0
curl: (6) Could not resolve host: example.com; Unknown error
root@localhost:~/go/src/hello# git fetch origin
fatal: unable to access 'https://github.example.com/user1/hello.git/': Could not resolve host: github.example.com

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}