Git
SSL setting
toggle the ssl setting
git config --global http.sslVerify false
SSH Key-gen
- Generate public RSA key
ssh-keygen -o -t rsa -C "[email protected]"
- Go to home path and copy the pub key in the
.ssh
folder - Add Public key to Github in setting page