Setting git remote preferences fails (no such config variable)
Bug Report
Summary and Bug Description
Executing axii config --global git_remote_preferences.git.h2t.iar.kit.edu ssh
from https://git.h2t.iar.kit.edu/sw/armarx/meta/axii/-/blob/main/docs/advanced_users/README.md#git-remote-preferences
yields to the following error of not being able to set the config variable git.h2t.iar.kit.edu
,
which is a part of the variable name that has actually been requested to be set.
Current Behavior
axii config --global git_remote_preferences.git.h2t.iar.kit.edu ssh
yields
No such config variable 'git.h2t.iar.kit.edu'.
You can set it as follows:
axii config --global git.h2t.iar.kit.edu "<new_value>"
Expected Behavior
Output should (as previously) be
Set 'git_remote_preferences.git.h2t.iar.kit.edu' to ssh.
``
## Steps to Reproduce
Update axii to the latest stable version and execute ``axii config --global git_remote_preferences.git.h2t.iar.kit.edu ssh
## Diagnosis
<details><summary>Output of <code>axii self report</code></summary>
<pre><code>
┏━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Scope ┃ Info ┃
┡━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Axii │ Version: 24.12.1.0 │
│ │ Release: stable-0 │
│ │ Install: global │
│ │ Shell integration: active │
│ OS │ Ubuntu 22.04.5 LTS │
│ Kernel │ Linux 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed │
│ │ Nov 6 17:42:15 UTC 2 x86_64 GNU/Linux │
│ Shell │ /bin/bash │
│ Python │ Python 3.10.12 │
│ Pip │ certifi==2024.8.30, charset-normalizer==2.0.12, click==8.0.0, │
│ │ commonmark==0.9.1, cycler==0.12.1, dbus-python==1.2.18, │
│ │ decorator==5.1.1, distro==1.7.0, gitdb==4.0.11, GitPython==3.1.18, │
│ │ idna==3.10, igraph==0.9.11, kiwisolver==1.4.7, matplotlib==3.3.0, │
│ │ networkx==2.5, notify2==0.3.1, numpy==1.23.0, pillow==11.0.0, │
│ │ psutil==5.9.4, Pygments==2.18.0, pygraphviz==1.6, pyparsing==3.2.0, │
│ │ PyQt5==5.15.0, PyQt5_sip==12.15.0, python-dateutil==2.9.0.post0, │
│ │ python-igraph==0.9.11, python-Levenshtein==0.12.2, │
│ │ requests==2.26.0, rich==12.6.0, rich-click==1.2.1, six==1.16.0, │
│ │ smmap==5.0.1, texttable==1.7.0, thefuzz==0.19.0, urllib3==1.26.20, │
│ │ xdg==5.1.1 │
└────────┴─────────────────────────────────────────────────────────────────────┘
</code></pre></details>
<!-- Do not change anything beyond this line -->
/label ~"bug"