码迷,mamicode.com
首页 > Web开发 > 详细

关于git上传文件的一个小问题

时间:2018-10-27 11:49:23      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:一个   问题   color   The   def   class   .com   上传   lease   

*** Please tell me who you are.
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.

 

解决:

  在.git文件夹执行

  

git  config  user.name  "Your Name"
git  config  user.email  "you@example.com"

 

或全局配置

git config --global user.email "you@example.com"  
git config --global user.name "Your Name"

 

关于git上传文件的一个小问题

标签:一个   问题   color   The   def   class   .com   上传   lease   

原文地址:https://www.cnblogs.com/QW-lzm/p/9860499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!