ChappIO / git-backup

Backup all your github & gitlab repositories
Apache License 2.0
191 stars 13 forks source link

Ignore SSL? #24

Closed ikiril01 closed 4 months ago

ikiril01 commented 5 months ago

Is there any way to ignore SSL errors with git-backup, e.g., from self-signed certs?

ChappIO commented 4 months ago

There wasn't. But I've added it to release 1.6.0. You should now be able to use the --insecure flag to ignore SSL errors (check the readme).

Sorry it took so long. Let me know if it works for you.