Git configures a remote repository for the first time
Git config --global user.name "shanyouyan"git config --global user.email "[email protected]"2 Configure the key ssh-keygen-t rsa-c "[email protected]"cat ~/.ssh/id_rsa.pub Configure the obtained key into the SSH Keys of...
Read More