-------------------------------------------------------------------------------------------
What steps will reproduce the problem?
-------------------------------------------------------------------------------------------
1. git clone git://sciencestudio.git.sourceforge.net/gitroot/sciencestudio/sciencestudio
-------------------------------------------------------------------------------------------
What is the expected output? What do you see instead?
-------------------------------------------------------------------------------------------
Cloning into sciencestudio...
remote: Counting objects: 5449, done.
remote: Compressing objects: 100% (2919/2919), done.
remote: Total 5449 (delta 2417), reused 4721 (delta 1824)
Receiving objects: 100% (5449/5449), 23.91 MiB | 218 KiB/s, done.
Resolving deltas: 100% (2417/2417), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
-------------------------------------------------------------------------------------------
What version of the product are you using? On what operating system?
-------------------------------------------------------------------------------------------
1. git version 1.7.5.4
2. Ubuntu Linux 64 Bits
It looks like the clone succeeded, but the checkout failed. Try executing the following commands from the repository directory:
$ git branch anise/unstable remotes/origin/anise/unstable
Branch anise/unstable set up to track remote branch anise/unstable from origin.
$ git checkout anise/unstable
Switched to branch 'anise/unstable'
The directory should now contain the source files. On Ubuntu I like to use "gitg" to browse the repository and make commits.
Didn't mean to mark it as 'Postponed'.