GitHub Desktop使用遇到的坑

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/qq_15345551/article/details/97965870

一 提交代码失败

Commit fliled - exit code 128 received, with output **** Please tell me who youare.

Error

Commit fliled - exit code 128 received, with output **** Please tell me who youare.
Run
git config --global user.email [email protected]*
git config -global user.name "Your Name
to set your account's default identity. 
Omit -global to set the identty only in this repositony.
fatal: unable to auto-detect email address (got "kxf@DESKTOP-BGKDNVH.(none)
Close

其实就是想让你设置默认提交的用户名和邮箱,选择file 》 options》git 》填写name和email 》save

再提交就没问题了

猜你喜欢

转载自blog.csdn.net/qq_15345551/article/details/97965870