CNG / dotfiles_mac

My personal system configuration files (I am redoing this for Arch Linux in conjunction with finally ditching Mac.)
MIT License
5 stars 3 forks source link

Assess `ssh-add -A` #13

Open CNG opened 6 years ago

CNG commented 6 years ago

Needed to run ssh-add -A after this error:

➜  ~ brew update --verbose
Checking if we need to fetch /usr/local/Homebrew...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/buo/homebrew-cask-upgrade...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/caskroom/homebrew-cask...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/caskroom/homebrew-drivers...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/caskroom/homebrew-versions...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/fitbit/homebrew-brew...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle...
Fetching /usr/local/Homebrew/Library/Taps/fitbit/homebrew-brew...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-dupes...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-services...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-versions...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/ojford/homebrew-formulae...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/vitorgalvao/homebrew-tiny-scripts...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: Fetching /usr/local/Homebrew/Library/Taps/fitbit/homebrew-brew failed!

Tip from https://github.com/Homebrew/brew/issues/1185