BitShares Forum

Main => Technical Support => Topic started by: FuLl on September 14, 2014, 12:27:03 am

Title: pathspec did not match any file(s) known to git
Post by: FuLl on September 14, 2014, 12:27:03 am
Hi,

I'm attempting to build BitSharesX on my server according to the instrustions posted on the wiki here:
http://wiki.bitshares.org/index.php/Bitshares-x-delegate-how-to

...And when I try to checkout the source, I get 'error: pathspec '0.4.14' did not match any file(s) known to git.'.

I tried with 0.4.13, too, and get the same message.

What am I doing wrong?

Thanks,
-F
Title: Re: pathspec did not match any file(s) known to git
Post by: xeroc on September 14, 2014, 09:08:23 am
unfortunately they changed the naming scheme .. try "v0.4.13"

you can get a list of all releases via "git tag -l" i think