Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satoshin2071/324e0440c689ccb1db2a01500e7b656c to your computer and use it in GitHub Desktop.
Save satoshin2071/324e0440c689ccb1db2a01500e7b656c to your computer and use it in GitHub Desktop.
gitの認証でmacのダイアログが邪魔なときの設定
gitの認証でmacのダイアログが邪魔なときにする設定、jenkins、gitlab-ci等
macのヘルパーがデフォルトで設定されているのでこれを外す
```
git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment