- 博客(5)
- 收藏
- 关注
原创 Ubuntu SSH 基本使用
Ubuntu SSH 基本使用 id_rsa--id_rsa.pub authorized_keys known_hosts config
2022-01-10 12:08:32
1104
原创 使用tensorflow Dockerhub 构建image出现的问题
tensorflow Docker libcuda.so.1: cannot open shared object file: No such file or directory Error response from daemon: could not select device driver ““ with capabilities: [[gpu]] Error response from daemon: Unknown runtime specified nvidia.
2022-01-06 13:01:34
996
原创 Gitlab使用git clone 命令会要求你输入密码的问题
对于gitlab中使用gitclone 命令会要求你输入密码的问题,首先可能是因为再开始的时候SSH密码设置而导致的问题, 初步解决方案是重新生成(windows为例) 1)ssh-keygen -o -t rsa -C "your.email@example.com" -b 4096 2)会生成.ssh文件夹中id_rsa.pub存储公钥的文件,打开将文件内容拷贝到Gitlab设置SSH密钥中即可(type %userprofile%\.ssh\id_rsa.pub | clip) 以上应该就能.
2021-05-06 21:26:10
5515
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1