You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when cuckoo-cli is launched it requests a name that will be used as the main folder of the new project. Once the directory is created, git is initialized inside. If we create the folder (because we've cloned and empty repo to start working on) and we launch the cli, it fails because the folder already exists.
Cuckoo must support cloning an empty repo and scaffold code inside without initilizing git.
The text was updated successfully, but these errors were encountered:
Currently when cuckoo-cli is launched it requests a name that will be used as the main folder of the new project. Once the directory is created, git is initialized inside. If we create the folder (because we've cloned and empty repo to start working on) and we launch the cli, it fails because the folder already exists.
Cuckoo must support cloning an empty repo and scaffold code inside without initilizing git.
The text was updated successfully, but these errors were encountered: