急にgit でpushできなくなりました。なぜでしょうか?
解決したいこと
fatal: unable to access 'https://github.com/yuuitchi714/yafhoochiebukuro.git/': Could not resolve pr
oxy: proxy.example.com
って出てgit でpushできません。
どうしたらよろしいでしょうか?
ちなみに以下のサイトで
https://samurait.hatenablog.com/entry/git_push_proxy_error
以下のようなコマンドを打ってしまいました。
git config --global http.proxy proxy.example.com:8080
どうしたら解決できますでしょうか?
ちなみに上のサイトで打った以下のコードの設定を取り消したいんですが
git config --global http.proxy proxy.example.com:8080
どうしたらよろしいでしょうか?
あと 参考資料としてはgit のconfigの設定は
以下のようになってました
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/yuuitchi714/yafhoochiebukuro.git
fetch = +refs/heads/:refs/remotes/origin/
[branch "main"]
remote = origin
merge = refs/heads/main
分かる方どうかよろしくお願いしますm(_ _m