基本条件:安装GitHub,安装成功之后:(windows系统) 1.安装完成后,还需要一步设置,在命令行输入: $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 2.配置Ssh 公钥 a) 检查本机是否有ssh key设置:$ cd ~/.ssh 或cd .ssh(如果没有则提示: No such file or dire
使用本地代码直接share到github上过程中出现了一个问题: Successfully created project 'xxx' on GitHub, but initial push failed: Could not read from remote remote 解决方案:在Settring -> VersionControl ->GitHub中去掉:“Clone git repositories using ssh”即可 原文地址https://www.cnblogs.com/x