突然GitHubにWSLから接続できなくなりました。
git clone https://github.com/user/repo
とすると、
Cloning into 'a_course_in_combinatorics'... fatal: unable to access 'https://github.com/user/repo/': Could not resolve host: github.com
としてエラーが出ます。
git config --global --unset https.proxy git config --global --unset http.proxy
としてもエラーは解決しませんでした。すでに作成したrepository内でgit pullしても同じエラーが出ます。
どうしたら良いでしょうか。