Permission denied (publickey). fatal: Could not read from remote repository.
1 2 3 |
> brew update Permission denied (publickey). fatal: Could not read from remote repository. |
On mac os, fix:
1 |
> ssh-add -A |
Reply