semaphore
semaphore copied to clipboard
Semaphore |Failed updating repository: exit status 128
Hi,
I am getting error while accessing git-repo over https from semaphore gui. (on cmd , git clone is working fine) My git global configuration:
[root@k8smaster2 ~]# git config --global -l
http.proxy=http://10.100.16.50:3128
http.sslverify=false
http.sslcert=/root/.devops/client.pem
http.sslkey=/root/.devops/client-key.pem
credential.helper=store
[email protected]
[email protected]
[root@k8smaster2 ~]#
Semaphore Task logs:
Prepare TaskRunner with template: ApacheInsall
Cloning Repository https://gitlab.rosetta.ericssondevops.com/sa-oss-hardydc/poc/AwxPoc.git
Cloning into 'repository_1_1'...
fatal: unable to access 'https://"personal token"@gitlab.rosetta.ericssondevops.com/sa-oss-hardydc/poc/AwxPoc.git/':
**Could not resolve host: gitlab.rosetta.ericssondevops.com**
Failed updating repository: exit status 128
I can clone repo from command line:
[root@k8smaster2 ~]# git clone --progress --verbose https://gitlab.rosetta.ericssondevops.com/sa-oss-hardydc/poc/AwxPoc.git
Cloning into 'AwxPoc'...
POST git-upload-pack (175 bytes)
POST git-upload-pack (202 bytes)
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 11 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (11/11), done.
[root@k8smaster2 ~]#
Any suggestion how to fix this, please?
Any update, please?