Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hos, 这个应该是很多github新手经常出错的问题,这个就是没有在你github上添加一个公钥。生成公钥:ssh-keygen -t rsa
辰风沐阳 阅读 42 2021-04-14
1. 配置用户名:git config [--global] user.name [用户名];2. 配置用户邮箱:git config [--global] user.emial [邮箱];3. git 全局配置信息存在当前用户根目录下的.gitconfig 文件中
辰风沐阳 阅读 342 2020-06-19