-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GITEE_RSA_PRIVATE_KEY的问题 #29
Comments
回答两个问题:
这就相当于,你在本地电脑上保存了私钥,公钥放在 Gitee 上,然后你在本地提交代码到了 Gitee。 只不过你现在的代码是在 GitHub 上,依靠 GitHub 帮你自动同步最新的代码到 Gitee 而已。
ssh-keygen -t rsa |
感谢,我继续研究一下 |
我在 README 中更新了公私钥的完整配置步骤,你可以参考一下 @HuBoZhi |
好的
…---原始邮件---
发件人: "Yang Libin"<[email protected]>
发送时间: 2021年1月26日(周二) 凌晨1:25
收件人: "yanglbme/gitee-pages-action"<[email protected]>;
抄送: "双子螺狮"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [yanglbme/gitee-pages-action] GITEE_RSA_PRIVATE_KEY的问题 (#29)
我在 README 中更新了公私钥的完整配置步骤,你可以参考一下 @HuBoZhi
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
yanglbme
added a commit
that referenced
this issue
Jan 26, 2021
yanglbme
added a commit
that referenced
this issue
Jan 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cloning into bare repository 'MarkdownBook.git'...
SOURCE=[email protected]:HuBoZhi/MarkdownBook.git
DESTINATION=[email protected]:hubozhi/markdown-book.git
Warning: Permanently added 'github.com,140.82.113.3' (RSA) to the list of known hosts.
Load key "/root/.ssh/id_rsa": invalid format
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
这个GITEE_RSA_PRIVATE_KEY是公钥还是私钥,这个是怎么生成的,为什么我看到还有人放在了另一个配置里面。
教程可否在详细一些。感谢大佬回答,知识量太少看不懂你这个教程。
The text was updated successfully, but these errors were encountered: