#geodesic (2022-07)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2022-07-04
v1.2.2 Add quickstart docs @nitrocode (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1274227286” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/791” data-hovercard-type=”pull_request”…
Add quickstart docs @nitrocode (#791) There is also https://docs.cloudposse.com/tutorials/geodesic-getting-started/ but a quickstart in a project README is most likely what someone will see when f…
what Add quickstart docs why When I first started working with cloudposse, I was told to run geodesic and I struggled with it. I think these docs will help get newcomers get started much sooner …
2022-07-25
Hey folks — Does anyone use git
inside of Geodesic? I’m finding if I run git status
inside a Geodesic container then it completely hangs. Before I dug too deep into it, I figured I’d throw out the question.
Hey @Matt Gowie yeah I do and it works as normal. Could you have anything like zsh customisations or hooks doing this?
Possible… But I don’t have any extras in profile.d. Maybe I have global git hooks that are getting tripped up or something. I’ll dig into my dotfiles.
@Joe Niland Are you using git inside the container? As in to commit and do everything in there?
I typically don’t because I haven’t finished mapping my zsh profile through to geodesic (one of those chores I keep putting off) but I have sometimes and it works OK
i.e. i haven’t seen any breakage
Ah cool — We’ll have to compare notes. I need to map my zsh + custom dotfiles stuff too at some point and I’ve similarly been putting it off.
no idea if it will help but did you try
export GIT_TRACE=1
git status --verbose
See references to netrc if doing in CI