Despite being SSH Authenticated to GitHub, terminal (Bash, PWSH) Git created repo's will not Push, Fetch remote - but GitHub Desktop created will.
Date: From 16/09/22 - 18/09/22: Two days of effort.
This post is subject to future edits and refinements as questions arise
Pre-requisites: Local
- [x] Git (Windows) installed in custom folder
Gitx64
underC:\Program Files
- [x] Symlink created from
C:\Program Files\Gitx64
toC:\Program Files\Git
- [x] OpenSSH (Windows) and
ssh_config
at$Home/.ssh/config
- [x] Git (Windows) Global config and at $Home/.gitconfig
- [x]
ssh-agent
(Windows) is on automatic start. - [x]
ssh-add -L
checks for loaded keys.- [x]
~/.ssh/id_rsa
key is loaded as off 18/09/2022
- [x]
- [x] Focusing on
~/.gitconfig
(Global user) - [NO] As yet, not using system
git/config
.
Pre-requisites Terminal Profiles
.bash_profiles / .bashrc
[