Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to checkout features/websocket-reborn as per wiki #88

Open
2 tasks done
Lobz opened this issue Feb 29, 2016 · 2 comments
Open
2 tasks done

Unable to checkout features/websocket-reborn as per wiki #88

Lobz opened this issue Feb 29, 2016 · 2 comments

Comments

@Lobz
Copy link

Lobz commented Feb 29, 2016

I have:

Bug description

I'm opening an issue because I followed wiki instructions exactly and they failed.

I'm on git 2.7.0, and git checkout features/websocket-reborn is met with
.error: pathspec 'feature/websocket-reborn' did not match any file(s) known to git.
I couldn't find how to circumvent this problem, so if there's a simple solution, could we have a note on the wiki instructions?

This seems to be an issue with git version because on another system, with git 2.1.4, the same command wields Already on 'feature/websocket-reborn'.
Your branch is up-to-date with 'origin/feature/websocket-reborn'.

Steps to reproduce

Just follow the wiki instructions, that is:

git clone https://github.com/JavaJens/TextSecure.git
cd TextSecure
git checkout feature/websocket-reborn
@relyt29
Copy link

relyt29 commented Mar 1, 2016

on the one doesn't work, try
git checkout "feature/websocket-reborn"
it sounds like it might have something to do with shell escaping or something similar

@JavaJens
Copy link
Owner

JavaJens commented Mar 1, 2016

As you point out, this seems like a git issue.
I will close this until you find out it our issue, feel free to reopen then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants