Skip to content

Cannot run jj git push: using ssh_key_from_agent loop #1970

Closed
@prestonvanloon

Description

Description

Steps to Reproduce the Problem

  1. jj git push

Not sure how I can provide a repro example. Just started using jj yesterday on an existing git repo.

Expected Behavior

It pushes

Actual Behavior

jj git push -v
2023-08-03T20:04:20.124904Z  INFO jj_cli::cli_util: verbose logging enabled
Branch changes to push to origin:
  Move branch assertion-api from eba925600601 to 2e9b7b55bbeb
2023-08-03T20:04:20.420168Z  INFO run_command: jj_lib::git: using ssh_key_from_agent username="git"
2023-08-03T20:04:20.443888Z  INFO run_command: jj_lib::git: using ssh_key_from_agent username="git"
2023-08-03T20:04:20.467704Z  INFO run_command: jj_lib::git: using ssh_key_from_agent username="git"
... 

The log statement INFO run_command: jj_lib::git: using ssh_key_from_agent username="git" is sent repeatedly in an apparent infinite loop.

Specifications

  • Platform: linux amd64
  • Version: jj 0.8.0-6ee8feea861c95f8246aee9e720ed5db66161006

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions