Skip to content

Cannot clone branch of the chapter 10 #4

@ferpalaria

Description

@ferpalaria

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions