fraction / sshcd

Connect with SSH and cd (change directory) with one command.
Other
170 stars 17 forks source link

Error: SHA1 mismatch while installing #15

Closed scherii closed 9 years ago

scherii commented 9 years ago
brew install sshcd
==> Installing sshcd from fraction/homebrew-formulae
==> Downloading https://raw.github.com/fraction/sshcd/master/sshcd
==> Downloading from https://raw.githubusercontent.com/fraction/sshcd/master/sshcd
######################################################################## 100,0%
Error: SHA1 mismatch
Expected: c988d9e9ae6c3ec73e891d9d265f7611e1bf9209
Actual: 509b0a62293793a03cb7bf6362e27a0b420bb5c6
Archive: /Library/Caches/Homebrew/sshcd-master
To retry an incomplete download, remove the file above.

Tried the installation on two different machines (both OS X 10.10.4) with the same result.

christianbundy commented 9 years ago

Thanks, just resolved this. Let me know if it gives you any trouble!

brew update && brew install sshcd
scherii commented 9 years ago

Great, thank you! :smiley: