如何在android studio中使用代理时在github中共享项目?

时间:2015-01-14 01:49:04

标签: android git github android-studio

我支持代理并试图将我的android项目分享给github。在尝试此操作时,我收到以下错误:

  

无法完成GitHub共享过程            成功创建了项目' SharedPreference'在GitHub上,但是初始推送失败了:            致命:无法访问' https://github.com/Shiza1aas/SharedPreference.git/':不能   解析主持人:github.com

请帮帮我。

1 个答案:

答案 0 :(得分:0)

如果您在代理后面,请尝试添加代理服务器。 运行以下命令 -

git config --global http.proxy 'PROXY_URL'

git config --global https.proxy 'PROXY_URL'