Skip to content

Unable to configure Git identity in Source Control and broken terminal #174

Description

@ActuallyTrizon

Currently when using Git within ACS Lite we have two major usability blocks

  1. Frustrating
    There is no option in the source control to set user.name or user.email we need an Author button

Actions made using source control fall back to root and resulting in anonymous authors on remote repositories like GitHub or Gitlab

  1. Broken and incomplete terminal
    The built in terminal runs as root@localhost which isolates it from just using git config to NOT get root as well author

Interactive Git commands fail because no default text editor (like nano or vim) is available (error: cannot run editor: No such file or directory when attempting git rebase -i or default commit messages)

Standard Git operations (git push, commit or etc) frequently fail or hang due to missing credentials, PATH, or environment bindings but even if you have them they still will FAIL

Please fix them I'm not trying to code via ACS and use termux for git

Once you release alpha 6 please add these fixes

Activity

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

Metadata

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