running git clone from databricks notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 06:22 AM
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
0 REPLIES 0

