一、配置项目
1、新建项
2、添加任务名
3、选择自由风格
3.1、添加任务基本信息
3.2、源码管理
如果明白对应源码管理的用途,可以选择点击,截图中的帮助图标,有对应层级的基本信息描述。
选择 Git
3.3、添加仓库地址
本地创建一个Asp.net Core WebApi
项目,并添加到源码代码管理中,并推送到远程仓库中,获取git
地址https://gitee.com/guanguanchangyu/EXEGGCY.git
,添加到项目中,出现如下提示:
Failed to connect to repository : Command "git.exe ls-remote -h -- https://gitee.com/guanguanchangyu/EXEGGCY.git HEAD" returned status code 128: stdout: stderr: Logon failed, use ctrl+c to cancel basic credential prompt. remote: [31mUsername for 'https: Incorrect username or password (access token)[0m fatal: Authentication failed for 'https://gitee.com/guanguanchangyu/EXEGGCY.git/'
3.4、添加仓库凭证
方式一、用户名和用户密码
具体填写内容
选择凭证,如果账户的用户名和密码输入正确,源码管理仓库将不在提示上述错误信息