English 中文(简体)
• 如何更新lin铁灯;
原标题:How to update github token on linux?

I was trying to push some files to my git repository, but I was receiving:

死亡:鉴定失败。

最近,我获得象征性服务的机会得到了更新,我认为这可能是问题的根源。 我在任何地方都审视了如何更新我接触到的光线终端环境,但发现的是任何东西,大多数迹象只谈到MacOS或Windows。

我希望知道,如何更新Gite Holmes在Litanov码头的这种新机会?

我是在Gite Hub官方网页上验证步骤之后尝试的,但这不是我所期望的。

吉唐认证指南:

https://mgimond.github.io/Colby-summer-git-workshop-2021/authenticating-with-github.html

问题回答

移除持久性有机污染物的旧证书

目前,正如我所看到的那样,我们正试图利用你首先必须取消的旧证书。

<代码>~/git-credentials

Saving tokens in Linux To permanently cache the token on Linux, type: (https://stackoverflow.com/a/12240995):

<代码>git config credential。 帮助储存<>。

接下来,你要把Gite Hub用户名和脚踢,信息将永久存放在你家的复印机下。 但请注意,该档案没有加密。 为使永久解决办法更安全,你可能要检查基于SSH的认证选择。

更新Gite Hub的主要接触渠道,需要确保安装Gite Hub s CLI(洲际线)。 您可以通过打入一个含水层终端来做到这一点:

gh --help

If you have it installed, it will display the CLI s help menu.

您可以通过打字进行:

gh auth

这将显示你可以采取的认证行动,包括标志、标志、象征性(显示目前使用的信号)和复读,这将使你能够更新认证证书,包括你获得象征性证书。

更新象征性类型:

sudo gh auth refresh

指挥线将显示一部守则,并将请你将该守则输入网络浏览器,跟踪步骤,并将更新你的证书。

Alternatively, you can enter:

sudo gh auth login

这一过程将使你通过码头手工记录你的证书,最终将请你打上标语,而且你可以仅复制和跟踪你的新出入。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签