git 什么是错误代码 128?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17244703/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 08:40:08  来源:igfitidea点击:

What is Error Code 128?

git

提问by PyRulez

What is git-remote-http error code 128. It happened when I tried to pust to a repo that needed authentication (it never asked for a password.) Is there some central place to find out what error codes mean?

什么是 git-remote-http 错误代码 128。它发生在我尝试推送到需要身份验证的存储库时(它从不要求输入密码)。是否有某个中心位置可以找出错误代码的含义?

回答by padawin

If you talk of the command return code, it means that the key has been revoked.

如果您谈论命令返回码,则表示该密钥已被撤销。

You can find the existing codes here for example: http://mazack.org/unix/errno.php

您可以在此处找到现有代码,例如:http: //mazack.org/unix/errno.php

回答by user3590011

it's probably because your SSH key has been compromised. Make a new one and add it to your GitHub account.

这可能是因为您的 SSH 密钥已被泄露。创建一个新的并将其添加到您的 GitHub 帐户。