sourcetree configuration

GIT bash:

    ssh-keygen -t rsa -C "[email protected]"

 

 cat ~/.ssh/id_rsa.pub

 

Gitlab add newly generated SSH keys

 

Configure SSH keys :

openssh client

ssh key: The file generated by the above command.

 

git bash:

git config --global user.email [email protected]

git config --global user.name username

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326616912&siteId=291194637