I have a private Repo on Azure Dev
. There I run a Python script where I use the ReposApi
....
repos_api=ReposApi(api_lcient)
repos_api.create("https://xxx:token@host..")
Even when adding the token to the url, I get an error:
403 Client Error
How can I clone remote git repo when not having a token in Databricks?