I tried to setup git using Azure DevOps. I am following this process https://docs.microsoft.com/en-us/learn/modules/implement-ci-cd-azure-devops/3-create-ci-cd-process
As mentioned in this link i am using the format in Git Preferences, as under https://dev.azure.com/<myOrg>/<myProject>/_git/<myRepo>
in the Link field to link Azure DevOps and Azure Databricks to the same Azure AD tenant. Substituted the <myProject>
and <myrepo>
with names i have created for Azure DevOps. Repository is initialized as well.
However i keep getting error message even though i dont have any < character in the URL. Infact the URL opens fine in the browser but still unable to connect git from databricks.
Error while syncing Git history: Unexpected character
('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')? at [Source: ????<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">???? ?? ????<html lang="en-US">??<head><title>?? ?? Azure DevOps Services | Sign In?? ??</title><meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8" />?? <link rel="SHORTCUT ICON" href="/favicon.ico"/>???? <link data-bundlelength="508967" data-bundlename="commoncss" data-highcontrast="/_static/tfs/M174_20200824.6/_cssbundles/HighContrast/vss-bundle-commoncss-vbprQZmxiRGQT6OOu7QI7gB_rewyS40Ce_ulm1Fh3rQQ=" data-includedstyles="jQueryUI-Modified;Core;Splitter;PivotView" href="/_static/tfs/M174_20200824.6/_cssbundles/Default/vss-bundle-commoncss-v18eOGnLpZpVm7mtRF63HJdB9wzrq2LZpAxko9qNRfdY=" rel="stylesheet" />??<link data-bundlelength="116298" data-bundlename="viewcss" data-highcontrast="/_static/tfs/M174_2
https://<myorg>:<personalaccesstoken>@dev.azure.com/<myOrg>/<myProject>/_git/<myRepo>
. – jessehouwing