The installation of Homebrew encountered a 400 Bad Request error

The following command is used to install Homebrew today:
ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)”
appear
Curl: (22) The requested URL returned error: 400 Bad Request
error, search The following command to successfully install:

ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

Read More: