出现问题
1)
$ git clone git@gitee.com:HaiTao87/TmallDemo.git
Cloning into ‘TmallDemo’…
git@gitee.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
2)$ ssh -T git@gitee.com出现git@gitee.com: Permission denied (publickey).
解决办法:
1)将密钥粘贴到之前生成密钥时的默认位置即可解决,git,链接的时候找不到密钥。