[GH-ISSUE #166] Docker: Cannot connect to Git Repo and Terraform Enterprise server. #95

Closed
opened 2026-05-06 12:37:25 +02:00 by BreizhHardware · 3 comments

Originally created by @drsaxman on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/166

This is the error I'm receiving:

docker run --rm -it patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ and docker run --rm -it -v $(pwd):/project patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ gives me the same error.


/__ ___ _ __ _ __ __ ___ ()() ___ _ __
/ // _ \ '
| '/ ` \ \ / / / _| |/ _ | ' \
/ / | __/ | | | | (
| |\ V /| __ \ | (_) | | | |
/ _
|| || _,| _/ ||/|__/|| ||

Preflight check..
dot command detected: /usr/bin/dot
gvpr command detected: /usr/bin/gvpr
git command detected: /usr/bin/git
terraform command detected: /usr/local/bin/terraform
terraform version detected: Terraform v1.10.5

ERROR: Cannot connect to Git Repo and Terraform Enterprise server. Check authorisation token, server address and network settings

Code: 404 - Not Found

Originally created by @drsaxman on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/166 This is the error I'm receiving: docker run --rm -it patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ and docker run --rm -it -v $(pwd):/project patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ gives me the same error. _____ _ _ /__ \___ _ __ _ __ __ ___ _(_)___(_) ___ _ __ / /\/ _ \ '__| '__/ _` \ \ / / / __| |/ _ \| '_ \ / / | __/ | | | | (_| |\ V /| \__ \ | (_) | | | | \/ \___|_| |_| \__,_| \_/ |_|___/_|\___/|_| |_| Preflight check.. dot command detected: /usr/bin/dot gvpr command detected: /usr/bin/gvpr git command detected: /usr/bin/git terraform command detected: /usr/local/bin/terraform terraform version detected: Terraform v1.10.5 ERROR: Cannot connect to Git Repo and Terraform Enterprise server. Check authorisation token, server address and network settings Code: 404 - Not Found
Author
Owner

@patrickchugh commented on GitHub (Feb 7, 2026):

Hi @drsaxman can you try with the latest release I just pushed to main today ?

<!-- gh-comment-id:3865530128 --> @patrickchugh commented on GitHub (Feb 7, 2026): Hi @drsaxman can you try with the latest release I just pushed to main today ?
Author
Owner

@patrickchugh commented on GitHub (Feb 8, 2026):

Also make sure docker can access /Users/me/dev/prc/platforms - the command only maps current working directory to docker so if it is not accessible under the $PWD then it it wont work. need to change the error message to source not found for next update

<!-- gh-comment-id:3865787455 --> @patrickchugh commented on GitHub (Feb 8, 2026): Also make sure docker can access /Users/me/dev/prc/platforms - the command only maps current working directory to docker so if it is not accessible under the $PWD then it it wont work. need to change the error message to source not found for next update
Author
Owner

@patrickchugh commented on GitHub (Feb 9, 2026):

Can I close this ?

<!-- gh-comment-id:3873528563 --> @patrickchugh commented on GitHub (Feb 9, 2026): Can I close this ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#95
No description provided.