-------------------------------------------------------------------------------------------------------------------- 6.DeployKey does not support push code
错误题目:push时提示not support,公钥只可以读不可以修改,需要创建个人公钥
办理:同上
------------------------------------------------------------------------------------------------------------------ 7.fatal: 'origin master' does not appear to be a git repository
错误题目:Git无法找到所指定的远程堆栈
办理:
①实行 git remote -v 查看堆栈名称、堆栈所在是否正确
②实行 git remote remove origin 删除orign堆栈
③实行 git remote add origin 堆栈所在 添加所在【远程堆栈URL的协议须一致】
------------------------------------------------------------------------------------------------------------------ 8.The authenticity of host 'gitee.com (180.76.198.77)' can't be established. Are you sure you want to continue connecting (yes/no/[fingerprint])?
错误题目: .shh 文件夹内少了一个known_hosts文件
办理:输入yes回车之后,自动天生了known_hosts文件
------------------------------------------------------------------------------------------------------------------