-
Sinup Github Account, please rember your github user name https://github.com/
-
Install Git command line & Github Windows desktop
-
Open Git bash command line and type below command to generate a SSH key ssh-keygen -t rsa
-
Copy the public key from folder "c:/Users/Administrator/.ssh/id_rsa.pub)
-
Login to github by your account, click "Settings" from your account(the user profile icon), then click "SSH and GPG keys"
-
Click "New SSH key", then paste the ssh public key to "Key" text filed, then click "Add SSH key" button.
-
Open Git bash, and type below command to configure your github account, please replace your email address. git config --global user.email ""
-
Ask conchain github admin to add your github account as a "Collaborators"