Connect the new computer to the GIT warehouse:
- Run at local terminal ssh-keygen -t rsa -C “username” (Note: Username is your user name on GIT)
- For all prompt messages, press enter to set the default value. After success, the SSH file will be automatically generated
- Open/user/administrator /. SSH (it may not be this path, you need to find it), and open the file ID_ rsa.pub, Copy the secret key inside
- Open GitHub account settings, enter SSH and GPG keys, and add the secret key to SSH keys
- Git clone and other operations can be run normally locally