"Source Git repository is empty" while cloning Git repository in Katalon

Hi,

I’m trying to clone the repository from the bitbucket and I get the error as “Source Git repository is empty”.
I’m able to successfully clone the repository using GitBash by providing a proxy setting like,
export proxy_host=sampleProxy:9090
export username=E**********O
export password=E****9
export http_proxy=“$username:$password@$proxy_host”
export https_proxy=“$username:$password@$proxy_host”
But when I try to clone in Katalon Studio, I face the error “Source Git repository is empty”.
_

I guess Katalon is not able to connect to git even though the proxies are provided.

_
tempsnip

Solutions would be appreciated.

Regards,
Mohan Kona.