running git clone from databricks notebook

AmitAharon
New Contributor

Hey,

We have a use-case where we want to clone a git repository in Azure DevOps to a storage container (Blob storage).

When I'm trying to run the "git clone" command to local storage I keep getting `Operation not supported` error.

Git is installed and I have permissions to create files in my workspace.

The code I'm running:

%sh
git clone <Azure DevOps repo> /Workspace/Users/<my user>/test2/

Error message: 

Cloning into '/Workspace/Users/<my user>/test2'... 
/Workspace/Users/<my user>/test2/.git: Operation not supported