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

fix: prompt checks for git credentials storage was case-sensitive #265

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

benPearce1
Copy link
Contributor

fixes #222

before:

❯ octopus project create --process-vcs -n ${PWD##*/} -l "Default Lifecycle"  -g "Default Project Group" --git-url $(git config --get remote.origin.url) --git-credentials git-creds --git-credential-store "Library" -s Default
? Git username [? for help]
interrupt

after:

❯ octopus project create --process-vcs -n ${PWD##*/} -l "Default Lifecycle"  -g "Default Project Group" --git-url $(git config --get remote.origin.url) --git-credentials git-creds --git-credential-store "Library" -s Default
? Git repository base path .octopus/octopus
? Git branch main
? Enter a protected branch pattern (enter blank to end)
? Initial Git commit message Initial commit of deployment process

Successfully created project 'octopus' (octopus), with lifecycle 'Default Lifecycle' in project group 'Default Project Group'.
View this project on Octopus Deploy: http://localhost:8065/app#/Spaces-1/projects/Projects-3802
Successfully configured Config as Code on 'octopus'

Copy link
Contributor

@hnrkndrssn hnrkndrssn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@benPearce1 benPearce1 merged commit c9a5817 into main Aug 10, 2023
3 checks passed
@benPearce1 benPearce1 deleted the fix/issue-222 branch August 10, 2023 02:36
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

Successfully merging this pull request may close these issues.

Problems with git credentials creating new VCS backed project
2 participants