git本机生成公钥报错

   git config --global user.name"yourname"配置你的名称

   git config --global user.mail"youemail@email.com"配置你的邮箱

git公钥出错"//.ssh/id_rsa" failed: No such file or directory:

将用户环境变量的HOME  后面的值改为:C:/Users

和远程仓库建立初次联系:

git remote add origin https://github.com/qiny*******data.git

原文地址:https://www.cnblogs.com/qinyios/p/13970095.html