|
|
|
@@ -492,7 +492,7 @@ public class DatasetServiceImpl implements DatasetService { |
|
|
|
|
|
|
|
// 得到用户操作的路径 |
|
|
|
String url = datasetVo.getDatasetVersionVos().get(0).getUrl(); |
|
|
|
String localPath = "E:/test/" + datasetVo.getName(); |
|
|
|
String localPath = "/home/tempwork" + datasetVo.getName(); |
|
|
|
String sourcePath = url.substring(0, url.lastIndexOf("/")); |
|
|
|
// 命令行操作 git clone 项目地址 |
|
|
|
DVCUtils.gitClone(localPath, projectUrl, branchName, gitusername, gitpassword); |
|
|
|
|