#geodesic (2022-07)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2022-07-04

Release notes from geodesic avatar
Release notes from geodesic
08:10:36 PM

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”…

Release v1.2.2 · cloudposse/geodesicattachment image

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…

Add quickstart docs by nitrocode · Pull Request #791 · cloudposse/geodesicattachment image

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

Matt Gowie avatar
Matt Gowie

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.

Joe Niland avatar
Joe Niland

Hey @Matt Gowie yeah I do and it works as normal. Could you have anything like zsh customisations or hooks doing this?

Matt Gowie avatar
Matt Gowie

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.

Matt Gowie avatar
Matt Gowie

@Joe Niland Are you using git inside the container? As in to commit and do everything in there?

Joe Niland avatar
Joe Niland

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

Joe Niland avatar
Joe Niland

i.e. i haven’t seen any breakage

Matt Gowie avatar
Matt Gowie

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.

1
Joe Niland avatar
Joe Niland

no idea if it will help but did you try

export GIT_TRACE=1
git status --verbose 
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

See references to netrc if doing in CI

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

If interactive, make sure your SSH agent is working

1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We mount it into the container

1
    keyboard_arrow_up