Wiki git instructions don't work

Git-clued, please reply directly to me and I’ll update the wiki.
No need to spam the whole list.

https://wiki.opscode.com/display/chef/Working+with+Git Says:

[jblaine@dev:~/src] git clone git@github.com:jblaine/chef.git Initialized empty Git repository in /home/jblaine/src/chef/.git/ ... [jblaine@dev:~/src] cd chef
[jblaine@dev:~/src/chef] git remote add opscode
git://github.com/opscode/chef.git
[jblaine@dev:~/src/chef] git config branch.master.remote opscode
[jblaine@dev:~/src/chef] git checkout --track -b CHEF-4418 opscode/master
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout ‘opscode/master’ which can not be resolved as
commit?
[jblaine@dev:~/src/chef]