社内でgitbucketを使ってgitを立てて、httpsでアクセスすると認証エラー発生。
fatal: unable to access 'https://XXXXX.git/': SSL certificate problem: self signed certificate
「GitでSSL認証失敗のエラーが出る」を参考に、gitでSSL認証しない設定にした。たぶんあるあるなのでは。
git config http.sslVerify false
Go to list of users who liked
More than 5 years have passed since last update.
社内でgitbucketを使ってgitを立てて、httpsでアクセスすると認証エラー発生。
fatal: unable to access 'https://XXXXX.git/': SSL certificate problem: self signed certificate
「GitでSSL認証失敗のエラーが出る」を参考に、gitでSSL認証しない設定にした。たぶんあるあるなのでは。
git config http.sslVerify false
Register as a new user and use Qiita more conveniently
Go to list of users who liked