Issue while cloning and downloading Bitbucket repo

SUHAS BHUJBAL January 3, 2019
Checking out files: 100% (8437/8437), done.

Downloading apacheFiles/html/css/background.jpg (23 KB)

Error downloading object: apacheFiles/html/css/background.jpg (332eb41): Smudge error: Error downloading apacheFiles/html/css/background.jpg (332eb41d6b1
50f4936e43303faea034096fcb08f3f26f99f320432e66a3ffccf): batch response: Post https://eu-muc-git01.ux.dsone.3ds.com/scm/~gai2/squishtests_teamtau.git/info
/lfs/objects/batch: x509: certificate signed by unknown authority                                                                                       Errors logged to D:\squisher\squish\SQUISH_TESTS_RELEASE_2019x\.git\lfs\logs\20190103T131534.664894.log                                                  
Use `git lfs logs last` to view the log.

error: external filter 'git-lfs filter-process' failed

fatal: apacheFiles/html/css/background.jpg: smudge filter lfs failed

warning: Clone succeeded, but checkout failed.                                                                   
You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD'

 

3 answers

2 votes
SUHAS BHUJBAL January 4, 2019

Hello @Edwin Kyalangalilwa

 

I tried using both commands but still it is displaying the same message.

Any other way??

Thanks in advance!

 

Regards,

Suhas BHUJBAL

1 vote
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2019

Hi @SUHAS BHUJBAL,

The error is with a certificate

/lfs/objects/batch: x509: certificate signed by unknown authority

You can try the clone using

GIT_SSL_NO_VERIFY=1 git clone ...

 or

git config http.sslverify false
git clone ...
w20682
Contributor
November 25, 2019

git config http.sslverify false

 

Worked for me in Git LFS repo that was having problems, was able to successfully push after that without getting the X.509 certificate error.

0 votes
Avner Callender
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 1, 2019

@Edwin Kyalangalilwa 

I have the same problem with my repository. There is one file the is signed by an unknown authority. 

Turning off SSL verification did not work. And i do not like turning off SSL verification as a solution anyhow. that means that every developer using this repository has to do that or the problem occurs. 

Is there a way to find out that authority signed the certificate and add that to the list of known authorities?

Igal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 10, 2021

@Avner Callender Did you manage to solve this issue?  I'm experiencing the same when trying to clone into a Docker image.  The weird thing is that it was working until a few days ago and all of a sudden started breaking.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events