- Open Git Bash.
- Paste the text below, substituting in your GitHub AE email address.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
using System; | |
using System.Linq; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using System.Reflection.Emit; | |
using UnityEngine; | |
using UnityEditor; | |
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Before proceeding, commit all your changes. The following steps will clear the Git cache, which will remove any uncommitted changes from your project.
By default, Git may automatically convert line endings. Disable this behavior by running: