gpt4 book ai didi

git - Cygwin git push 挂起,msysgit 没问题

转载 作者:太空狗 更新时间:2023-10-29 12:59:24 25 4
gpt4 key购买 nike

我在代理后面,我是 git 的新手,我在 Windows XP 上。

我已经能够使 git push origin master 在 msysgit 中工作,但无法在 Cygwin 中使用 Cygwin 的 git 工作。

我在两种环境中都使用以下命令行配置了 git:

git config --global user.name ...
git config --global user.email ...
git config --global http.proxy ...

我正在玩一个测试 Github 存储库。我遇到的问题是以下命令行:

git push origin master

在 msysgit 中,我得到以下结果:

Writing objects: 100% (3/3), 222 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
To http://github.com/ymartineau/test.git
* [new branch] master -> master

没关系,在 Cygwin 中,git 询问用户名,但从不询问用户密码并挂起。

$ git push origin master
Username for 'http://github.com': ymartineau

目前我将使用 msysgit bash,但我认为从 Cygwin 集成中获益可能会很有趣。

最佳答案

我在 cygwin 上也有这个问题。但是看完the issue log ,由 Paul 引用,我通过执行以下命令修复了它:

git config --global core.askpass "git-gui--askpass" #Note the lack of the file path.

发出 git push 后,两个对话框接连​​出现。用户名,然后是密码。它不是最好的,但至少它有效。

关于git - Cygwin git push 挂起,msysgit 没问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9296740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com