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
When using a private repository with HTTP authantication, the gitconfig is not being correctly updated. The source binary is supposed to run the git config --global url.NEW.insteadof OLD to allow go-getter to clone the repo. THis git command does not appear to work, causing the clone to fail
To Reproduce
Use a private repor
Configure to a auth secret with GIT_USERNAME and GIT_PASSWORD
Create a Configuration
Expected behavior
The terraform module should be cloned
The text was updated successfully, but these errors were encountered:
gambol99
changed the title
Private Respositories Using GIT_USERNAME/PASSWORD no working
Private Respositories Using GIT_USERNAME/PASSWORD not working
May 17, 2023
Describe the bug
When using a private repository with HTTP authantication, the gitconfig is not being correctly updated. The
source
binary is supposed to run thegit config --global url.NEW.insteadof OLD
to allow go-getter to clone the repo. THis git command does not appear to work, causing the clone to failTo Reproduce
Expected behavior
The terraform module should be cloned
The text was updated successfully, but these errors were encountered: