Hi. I am trying to integrate my project with Gitlab
So I already create a public Gitlab repository here https://gitlab.com/valeriybv/katalontest
I am trying to use Katalon documentation and my steps:
From Katalon desktop application:
Git->CloneProject-> URL = https://gitlab.com/valeriybv/katalontest
Username, password = my authentical data.
But unfortunately Katlon told me that “Source Git repository is empty”
What am I doing wrong?
1 Like
Mate Mrse said:
According to this:
http://forum.katalon.com/discussion/4861/master-is-not-displayed-in-branch-selection-to-clone-the-project-in-git-hub
maybe it is a firewall issue?
Hello.
I just tried to connect without corporate proxy and everything goes well
So seems that this is the problem of Git configuration
I resolved my issue. In the end, searching through the logs, I found this message:
“!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories:…”
So I followed this Stackoverflow post to set the HOME: https://stackoverflow.com/questions/19175089/eclipse-project-wide-error-warning-the-environment-variable-home-is-not-set-t.