Sometimes, we face the "could not resolve error" when we are trying to clone the github repository.
So, it happens when we have some kind of proxy set on our system.
So, either you can unset them and rerun the "git clone" command.
or
directly run this command based on the http type you are using to clone.
git config --global --unset http.proxy
or
git config --global --unset https.proxy
So, it happens when we have some kind of proxy set on our system.
So, either you can unset them and rerun the "git clone" command.
or
directly run this command based on the http type you are using to clone.
git config --global --unset http.proxy
or
git config --global --unset https.proxy
0 comments:
Post a Comment