Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity.Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address
上午在学习廖雪峰老师的 git 教程(http://www.liaoxuefeng.com/),在添加远程仓库这一节中遇到了两个问题: 问题描述: 一.关联自己的远程仓库. fatal: Not a git repository (or any of the parent directories): .git 二.将本地库的内容推送到远程仓库. ! [rejected] master -> master (fetch first)error: failed to push some refs t