zl程序教程

您现在的位置是:首页 >  后端

当前栏目

Add SSH Key to GitLab on Windows

sshWindowsOn to Key add gitlab
2023-09-11 14:21:39 时间

 

Download Git for windows

Open Git Bash

Type in "ssh-keygen -t rsa", and then press Enter button three times

You can find the public key in the "file id_rsa.pub" which located in C:/Users/yourname/.ssh/

 

Login your GitLab account, go to Profile Settings and then go to SSH Keys, and add your public key then everything is OK!