Hi @lawal-hash, I understand that youโve encountered issues while trying to clone a Bitbucket repository into Databricks legacy.
The error message you received, โError Creating Repo. There was an error operating. Please try again or open a support ticket,โ can be frustrating.
Letโs explore some potential solutions to address this problem:
Check Git Credentials:
Clone Depth:
Proxy Settings:
- If youโre using a proxy, configure the proxy settings for your Git CLI. You can set the proxy configuration using the following command: git config --global http.proxy https://user...
- If necessary, you can also disable SSL verification with the following command:git config --global http.sslverify false
- However, please use caution when disabling SSL verification.
Connection Issues:
Open a Support Ticket:
- If none of the above solutions resolve the issue, consider opening a support ticket with Databricks. They can provide more specific assistance based on your environment and configuration.
Remember to document any changes you make during troubleshooting, and feel free to reach out if you need further assistance. ๐ ๏ธ