git报错 empty ident name (for) not allowed.md
场景:django的web网站,Python命令
git commit
的时候报错:
*** Please tell me who you are.
Run
git config --global user.email "you@example …
场景:django的web网站,Python命令
git commit
的时候报错:
*** Please tell me who you are.
Run
git config --global user.email "you@example …
复制一个已创建的仓库:
$ git clone ssh://user@domain.com/repo.git
创建一个新的本地仓库:
$ git init
显示工作路径下已修改的文件:
$ git status
显示与上次提交版本文件的不同:
$ git diff …