Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sadayuki-matsuno committed Apr 14, 2020
1 parent fa44349 commit 540f233
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,19 @@ git-credential-substitute
It's working fine.
```

- check current git-credential-helper setting

```
git config --show-origin --get credential.helper
```

- change git-credential-helper

```
git config --global credential.helper substitute
```

- check your git-credential-healper and disable `osxkeychain`
- check that it has been changed

```
git config --show-origin --get credential.helper
Expand All @@ -83,6 +89,12 @@ git config --system --show-origin --get credential.helper

**If you see osxkeychain, you need to remove their settings or they may not work properly.**

- removing git-credential-helper set in sysytem

```
git config --system --unset credential.helper
```

- All settings are complete. All that's left to do is to use the git command as usual

# Usage
Expand Down

0 comments on commit 540f233

Please sign in to comment.