DevOops
  • Home
  • About
  • Indonesia
  • Matzip
  • Microsoft MVP
Subscribe
Tagged

git

A collection of 2 posts

LetsEncrypt

How to fix `server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt` error when you `git fetch` whatever

Oct 1, 2021. LetsEncrypt's DST Root CA X3 Root Certificate is expired. As a result, if your client(linux server) is not in the compatible list above, there will be an error similar to this: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt Are you using Ubuntu 16.

  • Gilbok Lee
Gilbok Lee Oct 1, 2021 • 1 min read
git

git personal access token 저장해 놓고 쓰는 가장 간단한 방법

이 방법은 git의 빌트-인 기능인 cache를 이용하는 방법입니다. 무언가를 추가로 설치할 필요가 없어 가장 간단하다 여겨집니다. git config --global credential.credentialStore cache 그리고 git pull 등의 명령어를 실행해 보십시오. 처음 실행에는 다음과 같은 프롬프트가 뜹니다. 2를 선택하시고, token(Gitlab이나 GitHub에서 생성한)을 입력하십시오. Select an authentication method for 'https://github.

  • Gilbok Lee
Gilbok Lee Sep 13, 2021 • 1 min read
DevOops © 2025
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost