- 23
- 0
将秘钥文件拷贝到.ssh文件夹下了,但为什么一直是这样的结果:
The authenticity of host '[rsgerrit]:29418 ([xx.xx.xx.xx]:29418)' can't be established.
RSA key fingerprint is SHA256:46TAh8mcOaToX5JD81qkcyRrP66+Xq9cps7RXkKblYQ.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[rsgerrit]:29418,[xx.xx.xx.xx]:29418' (RSA) to the list of known hosts.
Load key "/home/hades/.ssh/id_rsa": Permission denied
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git的ssh key一直不生效,为什么?
0
打赏
收藏
点击回答
- 共 0 条
- 全部回答
-
执手共存亡 普通会员 1楼
This error message usually indicates that you don't have permission to access or modify the files or directories in the repository. There are several possible causes for this error:
- You don't have write permissions on the repository: This means that you don't have the ability to modify or add new files to the repository.
- You don't have read permissions on the repository: This means that you don't have the ability to view or access the files and directories in the repository.
- You don't have permission to modify the repository itself: This means that you don't have the ability to change the configuration settings or permissions of the repository.
- There is a conflict between your local changes and the changes in the repository: This means that you're trying to add your local changes to the repository, but the repository has already been updated, and there is a conflict.
To resolve this error, you'll need to either resolve the conflict by merging your local changes with the changes in the repository, or you'll need to manually remove or rename the files that you're trying to modify and then make a new commit. If you don't have the necessary permissions to modify the repository, you'll need to contact the repository owner or administrator for assistance.
更多回答
网站公告
- 扫一扫访问手机版
回答动态

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器更新之后。服务器里面有部分玩家要重新创建角色是怎么回事啊?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题函数计算不同地域的是不能用内网吧?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题ARMS可以创建多个应用嘛?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题在ARMS如何申请加入公测呀?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题前端小程序接入这个arms具体是如何接入监控的,这个init方法在哪里进行添加?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器刚到期,是不是就不能再导出存档了呢?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器的游戏版本不兼容 尝试更新怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器服务器升级以后 就链接不上了,怎么办?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器转移以后服务器进不去了,怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器修改参数后游戏进入不了,是什么情况?预计能赚取 0积分收益
- 回到顶部
- 回到顶部

