level 2
tom_tttt
楼主
在setting内我使用了git的配置如下:
// Place your settings in this file to overwrite default and user settings.
{
"git.user.name":"xx",
"git.user.email":"[email protected]"
}
但是运行时依然要求我提供user name and e-mail,我知道我哪里配置错误了,请指教
2016年02月25日 14点02分
1
// Place your settings in this file to overwrite default and user settings.
{
"git.user.name":"xx",
"git.user.email":"[email protected]"
}
但是运行时依然要求我提供user name and e-mail,我知道我哪里配置错误了,请指教