【问题标题】:Unable to locate the repository cloned from git using Azure cloud shell无法使用 Azure 云外壳找到从 git 克隆的存储库
【发布时间】:2018-06-19 08:30:20
【问题描述】:

我打开 Azure Cloud Shell,一旦命令提示符准备就绪,我尝试 git clone https://github.com/Azure-Samples/python-docs-hello-world 并成功克隆。但是,我无法找到克隆文件的位置。在使用 Azure Cloud Shell 进行定位的过程中需要帮助。

【问题讨论】:

    标签: azure cloud azure-cloud-shell


    【解决方案1】:

    Azure Cloud shell 将文件存储在您指定或 Azure 为您创建的存储帐户内的文件共享中。

    当您使用基本设置并仅选择订阅时,云 Shell 代表您在受支持的区域创建三个资源 离你最近:

    Resource group: cloud-shell-storage-<region> 
    Storage account: cs<uniqueGuid> 
    File share: cs-<user>-<domain>-com-<uniqueGuid>
    

    Source.

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-09-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-01-26
    • 2021-09-01
    • 2018-11-23
    相关资源
    最近更新 更多