Android Studio cannot connect to Github through a proxy server

Environment Information

Windows 7 Enterprise OS SP 1
Android Studio AI-141.1972460
Build #AI-141.1972460, built on June 1, 2015
JRE: 1.7.0_80 b15 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation

Access to the Internet through a corporate proxy server

Expected Behavior

Location: Version Control Panel → Github Settings Panel

1. When the valid github account and password fields are filled in, by clicking the Test button , you should successfully confirm the connection to Github.
2. When you select a Share on Github project, the project successfully connects and downloads the project files.

Problem

You cannot transfer a project via Github via Share a project on Github. The following error is reported when you click Test and when you select a menu item

The indicated error

Can't login: Connect to api.github.com:443

1.Proxy Android Studio. SDK, SDK- .

2.Git Windows Android Studio Git .

Android Studio, Github.

Github , .

, -, Github - ( -, , - Android Studio).

, . Git, -, .

175831 Android Open Source

+4
2

git :

git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
git config --global https.proxy https://proxyuser:proxypwd@proxy.server.com:8080

. .

+3

git, . .

git config --global http.proxy http://proxy.mycompany:8070
git config --global http.proxy http://proxy.mycompany:8070

8070 - .

0

All Articles