提交修改上传步骤
先cd fast-cache的目录
设置账户:git config user.name 'fast-cache'
设置邮箱:git config user.email 'fast-cache@github.com'
查看是否设置账户:git config user.name
查看是否设置邮箱:git config user.email
查看修改的内容对比:git diff