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

gitlab clone with https basic auth doesnt work #5845

Open
thesn10 opened this issue Jun 13, 2021 · 0 comments
Open

gitlab clone with https basic auth doesnt work #5845

thesn10 opened this issue Jun 13, 2021 · 0 comments

Comments

@thesn10
Copy link

thesn10 commented Jun 13, 2021

CheckoutApplication
[INFO] Starting step "CheckoutApplication"
[INFO] Executing: git clone --depth 50 --branch master --recursive...  

Executing: git reset --hard f176bbcbdba63dbebd76e3sdc44346962b60f64a
[WARN] Cloning into '/app/hatchery-local/5f033981b0245d4e/130378c623fe9aegt67d100a13b5416f/run'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://root:@gitlab.example.com/my-app/my-app.git/'
[ERROR] Unable to git clone: Command fail: 128
[INFO] End of step "CheckoutApplication"

Notice how https://root:@gitlab.example.com/my-app/my-app.git/ only contains the username root but after the colon, does not contain the password i specified. This is a bug.

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

No branches or pull requests

1 participant