hasen's tech life

Twitter: @hasen

Entries from 2019-01-01 to 1 year

Received disconnect from port 22:2: too many authentication failures というエラーが出たので対応した.

Git

$ git fetch -p > Received disconnect from port 22:2: too many authentication failures > Authentication failed. > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exi…

# bundlerでエラーが出たので対応した.

# bundlerでエラーが出たので対応した. # Ruby $ ./bin/bundle i An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.6.8.1' --source 'https://rubygems.org/'` succeeds …

# 新しいMacの環境構築でいろいろとエラーが出たので対応した.

# 新しいMacの環境構築でいろいろとエラーが出たので対応した. # Vim $ vi hoge dyld: Library not loaded: /usr/local/opt/perl/lib/perl5/5.26.1/darwin-thread-multi-2level/CORE/libperl.dylib Referenced from: /usr/local/bin/vim Reason: image not …

HomebrewでPHPを7.1から7.2にアップデート.

# HomebrewでPHPを7.1から7.2にアップデート. $ brew unlink php@7.1 $ brew link php@7.2 $ echo 'export PATH="/usr/local/opt/php@7.2/bin:$PATH"' >> ~/.bash_profile $ echo 'export PATH="/usr/local/opt/php@7.2/sbin:$PATH"' >> ~/.bash_profile $ …