-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When I run the script "cucumber-school", I could clone every chapter except chapter 10.
The output of the command was:
Please choose a language:
1) java
2) ruby
3) js
#? 1
Please choose a chapter:
1) 02
2) 03
3) 04
4) 05
5) 06
6) 07
7) 09
8) 10
#? 8
Where do you want to clone the code? [bdd-with-cucumber.10.java]
Cloning code branch into bdd-with-cucumber.10.java...warning: Could not find remote branch code.bdd-with-cucumber.10.java.start to clone.
fatal: Remote branch code.bdd-with-cucumber.10.java.start not found in upstream origin
fatal: cannot change to 'bdd-with-cucumber.10.java': No such file or directory
fatal: cannot change to 'bdd-with-cucumber.10.java': No such file or directory
Done
The start-point for the code from chapter 10 of bdd-with-cucumber (java) has been cloned into bdd-with-cucumber.10.java
That directory is a little git repo which also has an 'answers' branch where you can see the code we used in the videos.
Try running this command to see all the commits we used in the videos:
git log --reverse answers
Moving you into that directory so you can get started right away. Have fun!
./cucumber-school: line 120: cd: bdd-with-cucumber.10.java: No such file or directory
Previouly I edited the script fixing the manually the issue with the URL (#3)
Visiting the repository of the chapter's answers I could clone the branch of chap 10, But looks like there is a bug on this script
Metadata
Metadata
Assignees
Labels
No labels