简体   繁体   English

Azure Devops 中缺少克隆按钮

[英]clone button is missing in Azure Devops

I have been tasked to move a repository from Azure Devops to a Bitbucket server.我的任务是将存储库从 Azure Devops 移动到 Bitbucket 服务器。 I'm very new to Azure Devops.我对 Azure Devops 很陌生。 When I went to my repository in Azure, I noticed that I can download the repo as a zip file but there were no options to clone.当我转到 Azure 中的存储库时,我注意到我可以将存储库下载为 zip 文件,但没有克隆选项。 I downloaded the zip file and when I tried to unzip the file, I got the following message:我下载了 zip 文件,当我尝试解压缩文件时,收到以下消息:

unzip: can't find file table

The unzip process won't complete successfully.解压缩过程不会成功完成。 Will somebody explain to me why I cannot unzip a file from Azure Devops or tell me why the 'clone' option is missing?有人会向我解释为什么我无法从 Azure Devops 解压缩文件或告诉我为什么缺少“克隆”选项吗?

在此处输入图像描述

As Daniel Mann said in the comment, there is no clone button in tfvc repo.正如 Daniel Mann 在评论中所说,tfvc repo 中没有克隆按钮。

To get a copy of the source code,besides using tf.exe, you can also map a worksapce through visual studio.要获取源代码的副本,除了使用 tf.exe,您还可以通过 Visual Studio map 工作区。 You can map your source control folder to a single local folder.您可以将您的源代码管理文件夹 map 放到单个本地文件夹中。 You can refer to this document .你可以参考这个文件 在此处输入图像描述

In addition,download code repo to a zip file and import it to the new domain is also a way.此外,将代码库下载到 zip 文件并将其导入新域也是一种方法。 I tested the downloading as zip and it can be successfully unzip with 7-Zip.我测试下载为 zip 并且可以使用 7-Zip 成功解压缩。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM