从Docker Jenkins实例克隆Git-Hub存储库

当我尝试在Docker容器中执行以下操作时:

git clone <GIT_REPO> 

我得到这个错误:

 fatal: unable to access <GIT_REPO>: gnutls_handshake() failed: The TLS connection was non-properly terminated. 

为了解决这个问题,我尝试将我的git-hub用户名/密码添加到Jenkins的“credentials”中,并且不起作用。

(PS Git-hub回购在企业github上,我连接到企业networking)

你能指导我如何解决这个问题吗?