mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #118] ERROR: Unable to call Git to clone repository #66
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @soldera on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/118
Hi! I am having an issue with the drawing process.
Steps to reproduce:
main.tf:
terravision draw --source test/ --debug
@patrickchugh commented on GitHub (May 11, 2024):
Can you try if it works without pointing to a particular ?ref= in the terraform?
@f0rkth1s commented on GitHub (May 31, 2024):
We have this same issue cloning a repo from Azure devops where the git URL is incorrect with a / where a : should be
@martivo commented on GitHub (Aug 13, 2024):
I have same issue, module is hosted in public github and using https protocol. Removeing the "?ref=" produces same error.
TF code:
With ref:
Without ref:
Using git to clone the same repo in the same environment works: