拉取 gitee 代码,配置SSH,Please make sure you have the correct access rights

简介: 拉取 gitee 代码,配置SSH,Please make sure you have the correct access rights

拉取 gitee 代码,Please make sure you have the correct access rights

git clone git@gitee.com:paddlepaddle/PaddleNLP.git

生成 RAS 秘钥

ssh-keygen -t rsa -C "Gitee SSH Key"
-t key 类型
-C 注释

C:\Program Files\Git\usr\bin 加入环境变更

直接回车

设置SSH公钥

测试

通过 ssh -T 测试,输出 SSH Key 绑定的用户名:

目录
相关文章
|
10天前
|
安全 Shell 网络安全
设置 码云 SSH 推送和拉取代码
设置 码云 SSH 推送和拉取代码
25 0
|
2月前
|
安全 网络协议 Shell
Github代码仓库SSH配置流程
这篇文章是关于如何配置SSH以安全地连接到GitHub代码仓库的详细指南,包括使用一键脚本简化配置过程、生成SSH密钥对、添加密钥到SSH代理、将公钥添加到GitHub账户以及测试SSH连接的步骤。
57 0
Github代码仓库SSH配置流程
|
2月前
|
网络安全 Windows
在Windows电脑上启动并配置SSH服务
在Windows电脑上启动并配置SSH服务
355 0
|
2月前
|
Ubuntu Shell 网络安全
【Ubuntu】配置SSH
【Ubuntu】配置SSH
61 0
|
2月前
|
安全 Linux 网络安全
在Linux中,如何配置SSH以确保远程连接的安全?
在Linux中,如何配置SSH以确保远程连接的安全?
|
2月前
|
安全 Linux Shell
如何在 Linux 服务器上配置基于 SSH 密钥的身份验证
如何在 Linux 服务器上配置基于 SSH 密钥的身份验证
73 0
|
2月前
|
安全 Unix Shell
如何在 FreeBSD 服务器上配置基于 SSH 密钥的身份验证
如何在 FreeBSD 服务器上配置基于 SSH 密钥的身份验证
87 0
|
4月前
|
安全 Linux Shell
Linux中SSH命令介绍
Linux中SSH命令介绍
112 2
|
2月前
|
安全 Linux Shell
SSH 命令完整实用指南 | Linux SSH 服务
【8月更文挑战第20天】
305 0
|
2月前
|
Linux 网络安全 数据安全/隐私保护
Linux——配置SSH免密登录
Linux——配置SSH免密登录
48 0