On Thursday, April 30, 2015 2:51:56 PM PDT, James Cloos wrote:
"DP" == Daniel Phillips <dan...@phunq.net> writes:

DP> Git confuses me too. Try: git checkout hirofumi/hirofumi-user
DP> This leaves you with a detached head, so you can do: git branch
DP> <localname>; git checkout <localname>.

I looked at all of the files in .git; there was no reference to
hirofumi-user.  As expected, git checkout hirofumi/hirofumi-user fails:

:; git checkout hirofumi/hirofumi-user
error: pathspec 'hirofumi/hirofumi-user' did not match any file(s) known to git.

You must have a checkout with an old branch which no longer exists at github.

I just did:
  git clone https://github.com/OGAWAHirofumi/linux-tux3.git
  cd linux-tux3
  git checkout hirofumi-user

Regards,

Daniel



_______________________________________________
Tux3 mailing list
Tux3@phunq.net
http://phunq.net/mailman/listinfo/tux3

Reply via email to