在 Windows 中使用 git 的新手。我下载了 GitHub Desktop 应用程序并且可以连接我的帐户,但是由于未解析的主机,推/拉操作失败。在工作场所四处询问,我得到了以下建议,将这个命令输入到 git shell 中。
git config --global http.proxy http://username:password@proxy.workplace.com:8080
做这个:
- 以纯文本形式存储我的密码?
- 以纯文本形式发送我的密码?
GitHub for Desktop 不是生成和使用 SSH 密钥吗(当我第一次连接我的帐户时收到电子邮件通知)?如何配置 GitHub Desktop 以使用此代理?