Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make migrations SKIP_TLS_VERIFY apply to git too (#19132) #19141

Merged
merged 2 commits into from
Mar 19, 2022

Commits on Mar 19, 2022

  1. Make migrations SKIP_TLS_VERIFY apply to git too (go-gitea#19132)

    Backport go-gitea#19132
    
    Make SKIP_TLS_VERIFY apply to git data migrations too through adding the `-c http.sslVerify=false` option to the git clone command.
    
    Fix go-gitea#18998
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    cbce307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b30ce View commit details
    Browse the repository at this point in the history