【发布时间】:2016-12-01 14:16:05
【问题描述】:
在 Windows 中使用 git 的新手。我下载了 GitHub Desktop 应用程序并且可以连接我的帐户,但是由于未解析的主机,推/拉操作失败。在工作场所四处询问,我得到以下建议,将这个命令输入到 git shell 中。
git config --global http.proxy http://username:password@proxy.workplace.com:8080
这样做:
- 以纯文本形式存储我的密码?
- 以纯文本形式发送我的密码?
桌面版 GitHub 不是生成和使用 SSH 密钥(当我第一次连接我的帐户时收到电子邮件通知)?如何配置 GitHub Desktop 以使用此代理?
【问题讨论】:
-
类似于stackoverflow.com/questions/16153450/…,但对于 GitHub Desktop 没有答案,特别是 ssh
标签: proxy github-for-windows github-desktop