#determine default branch: failed to run git: exit status 128

1 messages · Page 1 of 1 (latest)

slate juniper
#

What am I doing wrong...?

$ dagger --progress plain -m github.com/dagger/dagger/dev/wolfi call container
1   : connect
2   :   starting engine
2   :   starting engine DONE [1.3s]
3   :   connecting to engine
12:02:42 INF Connected to engine name=ebcc21705c6c version=v0.11.6
3   :   connecting to engine DONE [0.2s]
4   :   starting session
4   :   starting session DONE [0.2s]
1   : connect DONE [1.7s]

5   : initialize
6   :   moduleSource(refString: "github.com/dagger/dagger/dev/wolfi"): ModuleSource!
6   :   moduleSource: ModuleSource! ERROR [5.0s]
6   :   ! determine default branch: failed to run git: exit status 128
5   : initialize ERROR [5.0s]
5   : ! failed to get configured module: failed to get module ref kind: input: moduleSource resolve: determine default branch: failed to run git: exit status 128

Error: failed to get configured module: failed to get module ref kind: input: moduleSource resolve: determine default branch: failed to run git: exit status 128

I trimmed down function args to the bare minimum and I'm still getting the same error.

slate juniper
#

that's weird. Stopping-deleting the dagger engine's docker container and restarting didn't quite work -- the dagger call invocation froze at the point where it was waiting for the dagger engine to start.

#

Then I removed the previous dagger engine container's docker volume and restarted the dagger call command. It started downloading called 'apko' (never noticed it before) and the function indeed got called.

#

what was that hiccup....?

silver ivy