kurtosis-tech / kurtosis-testsuite-starter-pack

The Unlicense
1 stars 1 forks source link

Error in bootstrapping: Could not stage files in new repo for committing #75

Closed galenmarchetti closed 3 years ago

galenmarchetti commented 3 years ago

Encountered when running bootstrap script as follows (kurtosis-cassandra is the intended new directory for the project, in the same parent directory as kurtosis-libs where I cloned it):

➜ kurtosis-libs git:(master) ./bootstrap/bootstrap.sh golang ../kurtosis-cassandra galenmarchetti/kurtosis-cassandra Name for the Go module that will contain your testsuite project (e.g. github.com/my-org/my-repo): github.com/galenmarchetti/kurtosis-cassandra` go: finding github.com/kurtosis-tech/kurtosis-libs/golang latest go: finding github.com/kurtosis-tech/kurtosis-libs latest go: downloading github.com/kurtosis-tech/kurtosis-libs/golang v0.0.0-20210503182242-fcf26ef46119 go: downloading github.com/kurtosis-tech/kurtosis-libs v0.0.0-20210503182242-fcf26ef46119 go: extracting github.com/kurtosis-tech/kurtosis-libs/golang v0.0.0-20210503182242-fcf26ef46119 go: extracting github.com/kurtosis-tech/kurtosis-libs v0.0.0-20210503182242-fcf26ef46119 Initialized empty Git repository in /Users/galenmarchetti/Business/kurtosis/project-support/developer-experience/kurtosis-cassandra/.git/ fatal: ../kurtosis-cassandra: '../kurtosis-cassandra' is outside repository at '/Users/galenmarchetti/Business/kurtosis/project-support/developer-experience/kurtosis-cassandra' Error: Could not stage files in new repo for committing ➜ kurtosis-libs git:(master)