Getting an error while pulling data from webserver using git-ftp and lftp

getting this error while i try to run this command i have disabled the certificate verification but nothing happened any help?

ERROR:
git ftp pull
cd: Fatal error: Certificate verification: unable to get local issuer certificate (D8:9E:3B:D4:3D:5D:90:9B:47:A1:89:77:AA:9D:5C:E3:6C:EE:18:4C)
cd: Fatal error: Certificate verification: unable to get local issuer certificate (D8:9E:3B:D4:3D:5D:90:9B:47:A1:89:77:AA:9D:5C:E3:6C:EE:18:4C)
HEAD detached at 04d3e13
nothing to commit, working tree clean
Last deployment changed from 04d3e1329ad4723ef14e54d35cf48abd1a6761ab to 04d3e1329ad4723ef14e54d35cf48abd1a6761ab.
Your branch is up to date with ‘origin/main’.
Already up to date.

Likely due to this

2 Likes

Can you please explain more about what this command is doing? What software is this? How is it configured? What is it supposed to do? Where are you running this?

I doubt it. git ftp implies that the problem is with the FTP connection, I don’t see why it would do a web request. If it does, it may be a problem with the Git config, not a fact of life from our SSL setup which that article writes about.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.