Push failure - Android Studio 3.0

Asked

Viewed 119 times

1

I upgraded my Android Studio to version 3.0, but now that I’ve made the push in my app, he presented the following error, I have tried in every way and I cannot effect such action:

Unable to access 'https://github.com/jaelson13/epymaps.git/': could not resolve host: github.com

  • Have a proxy on your network?

  • Thanks for the feedback, I do not have any proxy on my network.

1 answer

0


It’s possible that he mistakenly set up proxy usage by git and he can’t resolve github.com.

Try disabling git proxy settings by running on the command line:

git config --global --unset http.proxy
git config --global --unset https.proxy
  • Thank you for answering the topic, I ended up formatting the PC and started working again.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.