gpt4 book ai didi

git - openshift 上的权限被拒绝(publickey、gssapi-keyex、gssapi-with-mic)

转载 作者:IT王子 更新时间:2023-10-29 01:10:14 29 4
gpt4 key购买 nike

我在对我的装备进行更改时遇到问题。我尝试运行 rhc setup,我还删除了我的 .ssh 文件夹并再次执行 rhc setup,但这也没有用。

不确定发生了什么变化,但它在几个小时前就起作用了。

>git push -u <GEAR_NAME> master
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

>git remote add devstage3 -f ssh://<GEAR_ID>@<GEAR_NAME>-<GEAR-DOMAIN>.rhcloud.com/~/git/<GEAR_DOMAIN>.git/

我也曾尝试启动不同的装备并致力于它,但我遇到了同样的错误:

Updating <GEAR_NAME>
The authenticity of host '<GEAR_NAME>-<GEAR-DOMAIN>.rhcloud.com (<GEAR_IP>)' can't be established.
RSA key fingerprint is <KEY_FINGERPRINT>.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '<GEAR_NAME>-<GEAR-DOMAIN>.rhcloud.com,<GEAR_IP>' (RSA) to the list of known hosts.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Could not fetch <GEAR_NAME>

最佳答案

如果您使用的是 Windows,您可以尝试以下步骤:

  1. 寻找您的 ssh 公钥通常你可以在 c:\\users\\YOUR_USERNAME\\.ssh

  2. 找到它
  3. 将您的 openshift 公钥复制到您的 git 的 ssh-key 文件夹

    假设我们在 d:\\git 中有 git

    然后我们需要将公钥从 c:\\users\\YOUR_USERNAME\\.ssh 复制到 d:\\git\\.ssh

  4. 试试看是否可行

关于git - openshift 上的权限被拒绝(publickey、gssapi-keyex、gssapi-with-mic),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21518074/

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