'TankGitError' is not defined

HI,

Got the below error while loading project in sg-desktop app. Any idea why this error occurs?

2022-12-17 22:23:11,167 [ INFO] WebSocketServerFactory (TLS) starting on 9000
2022-12-17 22:23:11,170 [ INFO] Starting factory
2022-12-17 22:23:55,626 [ INFO] Chose site
2022-12-17 22:26:30,881 [ ERROR] [PROXY] Unexpected error:
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\descriptor\io_descriptor\git_branch.py”, line 121, in _is_latest_commit
output = _check_output([“git”, “ls-remote”, self._path, branch])
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\descriptor\io_descriptor\git.py”, line 51, in _check_output
return subprocess_check_output(*args, **kwargs)
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\util\process.py”, line 68, in subprocess_check_output
**kwargs
File “C:\Program Files\Shotgun\Python3\lib\subprocess.py”, line 800, in init
restore_signals, start_new_session)
File “C:\Program Files\Shotgun\Python3\lib\subprocess.py”, line 1207, in _execute_child
startupinfo)

2022-12-17 22:26:30,890 [ ERROR] [PROXY] Failed to download into path C:\Users\ayesha.d\AppData\Roaming\Shotgun\bundle_cache\tmp\1b8bfdf1ec5f43b18b2d407c313afbad: name ‘TankGitError’ is not defined. Attempting to remove it.
2022-12-17 22:26:30,891 [ WARNING] [PROXY] Could not delete: C:\Users\ayesha.d\AppData\Roaming\Shotgun\bundle_cache\tmp\1b8bfdf1ec5f43b18b2d407c313afbad. Folder does not exist
2022-12-17 22:26:30,892 [ ERROR] [PROXY] Downloading TankDescriptorIOError(“Failed to download into path C:\Users\ayesha.d\AppData\Roaming\Shotgun\bundle_cache\tmp\1b8bfdf1ec5f43b18b2d407c313afbad: name ‘TankGitError’ is not defined”) failed to complete successfully. This bundle will be skipped.
2022-12-17 22:26:30,893 [ ERROR] [PROXY] Failed to download into path C:\Users\ayesha.d\AppData\Roaming\Shotgun\bundle_cache\tmp\1b8bfdf1ec5f43b18b2d407c313afbad: name ‘TankGitError’ is not defined
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\sitec1794.basic.desktop\cfg\install\core\python\tank\bootstrap\cached_configuration.py”, line 526, in cache_bundles
self._download_bundle(descriptor)
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\sitec1794.basic.desktop\cfg\install\core\python\tank\bootstrap\cached_configuration.py”, line 590, in _download_bundle
self._bundle_downloader.download_bundle(descriptor)
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\bootstrap\bundle_downloader.py”, line 73, in download_bundle
descriptor.download_local()
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\descriptor\descriptor.py”, line 440, in download_local
return self._io_descriptor.download_local()
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\descriptor\io_descriptor\downloadable.py”, line 63, in download_local
self._download_local(temporary_path)
File “C:\Program Files\Shotgun\Python3\lib\contextlib.py”, line 130, in exit
self.gen.throw(type, value, traceback)
File “C:\Users\ayesha.d\AppData\Roaming\Shotgun\pi\p450c111.basic.desktop\cfg\install\core\python\tank\descriptor\io_descriptor\downloadable.py”, line 116, in open_write_location
“Failed to download into path %s: %s” % (temporary_path, e)

Thanks,
Srikanth Sreeram.

Its hard to figure out from here.

Is this the default config? Have you changed anything?