mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #130] Cannot connect to Git Repo and Terraform Enterprise server #73
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#73
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 @rbehjati on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/130
Hi,
I am getting the following error, without any additional details:
Do you know what could be the problem? I could not find anything about authorization requirements in the README.
@ytkaczyk commented on GitHub (Sep 28, 2024):
Hi,
I have the same issue here. I created a token with terraform using
terraform loginand still receive the same error.--sourceis point to local files so git should not be necessary.Any help would be appreciated.
Thank you!
@funkfuzz commented on GitHub (Oct 4, 2024):
facing the same issue.
@sicotico commented on GitHub (Jan 23, 2025):
Hi,
"I have the same problem, have you been able to solve it?"
@aomaryoussef commented on GitHub (Mar 25, 2025):
I am facing the same issue, any help?
@ragincajunbanjo commented on GitHub (Mar 26, 2025):
I am also experiencing this issue.
@scottr-kr commented on GitHub (Mar 27, 2025):
Also having this issue.
@flammino commented on GitHub (Apr 22, 2025):
same issue, I don't even use terraform enterprise. following
@AT-LOW45 commented on GitHub (Sep 24, 2025):
Facing the same issue, following for updates
@patrickchugh commented on GitHub (Sep 24, 2025):
Can someone use --debug flag and show me the output? Any example repo I can try?
@AT-LOW45 commented on GitHub (Sep 25, 2025):
this is what I got for the output, I'm referencing a TF file in a local directory, but it's attempting to connect to a Git repo
@patrickchugh commented on GitHub (Sep 25, 2025):
The source parameter is expecting a folder not a file
@AT-LOW45 commented on GitHub (Oct 8, 2025):
Thanks @patrickchugh, I manage to get Terravision running by using the absolute path of the folder. For anyone facing a similar issue, it could be that you are using the relative path of the folder.
@patrickchugh commented on GitHub (Jan 31, 2026):
Closing due to inactivity