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

error: pathspec 'v0.0.2'' did not match any file(s) known to git. #14

Open
airtonix opened this issue Dec 20, 2016 · 0 comments
Open

error: pathspec 'v0.0.2'' did not match any file(s) known to git. #14

airtonix opened this issue Dec 20, 2016 · 0 comments

Comments

@airtonix
Copy link

airtonix commented Dec 20, 2016

windows 10
node 4.5.0
npm 3.10.9

basic test, roughly equating to :

mkdir ./release-flow-target
cd ./release-flow-target
git init
cd ..
mkdir ./release-flow-source
cd ./release-flow-source
git init
nodist local 4
npm init
npm install --save-dev release-flow
git remote add origin ../release-flow-target
echo node_modules > ./.gitignore
git add .
git commit -am "New: initial commit"
git checkout -b develop
git push --set-upstream origin develop
node_modules/.bin/release-flow full
...
zenobius@DEV4 C:\Data\Projects\Fusion\release-flow-source [master]
$ git checkout -b develop
Switched to a new branch 'develop'
zenobius@DEV4 C:\Data\Projects\Fusion\release-flow-source [develop]
$ git push --set-upstream origin develop
Counting objects: 2753, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2611/2611), done.
Writing objects: 100% (2753/2753), 1.59 MiB | 0 bytes/s, done.
Total 2753 (delta 500), reused 0 (delta 0)
To ../release-flow-target
 * [new branch]      develop -> develop
Branch develop set up to track remote branch develop from origin.
zenobius@DEV4 C:\Data\Projects\Fusion\release-flow-source [develop]
$ node_modules/.bin/release-flow full
warn: Cannot find module 'C:\Data\Projects\Fusion\release-flow-source\.releaseflowrc'
warn: Using default configuration
Switched to a new branch 'release/1.0.0'
error: pathspec 'v1.0.0'' did not match any file(s) known to git.
error: Command failed: git commit -m 'Release v1.0.0'
error: pathspec 'v1.0.0'' did not match any file(s) known to git.

zenobius@DEV4 C:\Data\Projects\Fusion\release-flow-source [release/1.0.0]
$ 

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

1 participant