I'm following the build procedure outlined here:
http://code.google.com/p/rowboat/wiki/ICSonBeagleboard
When trying to checkout x-loader:
$ git clone git://gitorious.org/rowboat/x-loader.git
$ cd x-loader/
$ git checkout -b OMAPPSP_04.02.00.07 remotes/rowboat/OMAPPSP_04.02.00.07
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout 'remotes/rowboat/OMAPPSP_04.02.00.07' which can not be resolved as commit?
When trying to checkout u-boot:
$ git clone git://gitorious.org/rowboat/u-boot.git
$ git checkout -b OMAPPSP_04.02.00.07 remotes/rowboat/OMAPPSP_04.02.00.07
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout 'remotes/rowboat/OMAPPSP_04.02.00.07' which can not be resolved as commit?
When trying to check out the kernel:
$ git clone git@gitorious.org:rowboat/kernel.git
$ git checkout -b rowboat-kernel-2.6.37 remotes/rowboat/rowboat-kernel-2.6.37
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Any help you guys can give here would be appreciated.
Ali