github设置

1、首先我得重新在git设置一下身份的名字和邮箱  git config --global user.name "yourname" git config --global user.email“[email protected]" 注:yourname是你要设置的名字,[email protected]是你要设置的邮箱。 2、删除.ssh文件夹(直接搜索该文件夹)下的known_hosts(手动
相关文章
相关标签/搜索