I upgraded my Android Studio to version 3.0, but now that I've push in my app , he introduced the following error, tried every way and I can not do this:
Unable to access ' link ': could not resolve host: github.com
I upgraded my Android Studio to version 3.0, but now that I've push in my app , he introduced the following error, tried every way and I can not do this:
Unable to access ' link ': could not resolve host: github.com
It is possible that you have mistakenly configured git's proxy usage and it can not resolve github.com.
Try disabling git proxy settings by running from the command line:
git config --global --unset http.proxy git config --global --unset https.proxy