-
使用git submodule update --init --recursive 命令拉取submodule的时候
-
提示需要输入密码
-
打开项目的gitlab地址,点击右上角我的profile,点击左边的SSH-keys
-
ssh-keygen -t ed25519 -C 'xx' 生成一个pubkey
-
cat /root/.ssh/id_ed25519.pub
-
拷贝文件的内容到
7.点击Add key
使用git submodule update --init --recursive 命令拉取submodule的时候
提示需要输入密码
打开项目的gitlab地址,点击右上角我的profile,点击左边的SSH-keys
ssh-keygen -t ed25519 -C 'xx' 生成一个pubkey
cat /root/.ssh/id_ed25519.pub
拷贝文件的内容到
7.点击Add key