推送时出现GIT错误:错误:RPC失败; result = 7,HTTP代码= 401

Pod*_*y01 3 git push

当我尝试将一些提交推送到远程服务器时,我得到了这个响应(等待大约5分钟后):

git.exe push --progress "origin" events_devel:events_devel

Counting objects: 195, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (41/41), done.
Writing objects: 100% (47/47), 475.15 KiB | 0 bytes/s, done.
Total 47 (delta 32), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; result=7, HTTP code = 401
Everything up-to-date
Run Code Online (Sandbox Code Playgroud)

我试试这个:https://stackoverflow.com/a/6849424,但结果相同.远程服务器不是GitHub ...它是企业服务器.拉动工作正常.

3d0*_*3d0 5

稳定的Git for Windows(1.9.5)存在使用http和windows或基本身份验证进行更新的问题.

尝试升级到2.4.6版本的候选版本.你可以在这里找到它

资源