git报错:Please make sure you have the correct access rights and the repository exists
1.git config --global user.name "hezhong"
2.git config --global user.email "hez@cloudoer.com"
3.
4.ssh-keygen -t rsa -C "hez@cloudoer.com"后生成新的.ssh
5.复制pub的公钥内容到GIT Setting SSH