You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level'
20
-
)
21
-
)
20
+
'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level',
21
+
),
22
+
),
22
23
)
23
24
process.exit(1)
24
25
}
25
26
26
27
constuser=getGitUser()
28
+
27
29
if(!user){
28
30
sh.echo(chalk.red(t('Please set the local git user name')))
0 commit comments